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.
      1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092 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.
      1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092 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.
      1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1092 class CreateVerifiedDestinationNumberRequest < Struct.new( :destination_phone_number, :tags, :client_token) SENSITIVE = [] include Aws::Structure end  |