Class: Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
-
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the destination number.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, a randomly generated token is used for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1124 1125 1126 1127 1128 1129 1130 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1124 class CreateVerifiedDestinationNumberRequest < Struct.new( :destination_phone_number, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
1124 1125 1126 1127 1128 1129 1130 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1124 class CreateVerifiedDestinationNumberRequest < Struct.new( :destination_phone_number, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the destination number.
1124 1125 1126 1127 1128 1129 1130 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1124 class CreateVerifiedDestinationNumberRequest < Struct.new( :destination_phone_number, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |