Class: Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetRequest
 
 
- 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.
 - 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name to use for the new configuration set.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of key and value pair tags that’s associated with the new configuration set.
 
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.
      344 345 346 347 348 349 350  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 344 class CreateConfigurationSetRequest < Struct.new( :configuration_set_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_set_name ⇒ String
The name to use for the new configuration set.
      344 345 346 347 348 349 350  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 344 class CreateConfigurationSetRequest < Struct.new( :configuration_set_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that’s associated with the new configuration set.
      344 345 346 347 348 349 350  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 344 class CreateConfigurationSetRequest < Struct.new( :configuration_set_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end  |