Class: Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the verified phone number was created, in [UNIX epoch time] format.
-
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
-
#status ⇒ String
The status of the verified destination phone number.
-
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the destination number.
-
#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 verified phone number was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the verified destination phone number.
-
‘PENDING`: The phone number hasn’t been verified yet.
-
‘VERIFIED`: The phone number is verified and can receive messages.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the destination number.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1169 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |