Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the destination phone number was created, in [UNIX epoch time][1] format.
-
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
-
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
-
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the destination phone number was created, in UNIX epoch time format.
2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end |