Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration set to update with a new default message type.
 - 
  
    
      #message_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of message.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The configuration set to update with a new default message type. This field can be the ConsigurationSetName or ConfigurationSetArn.
      5836 5837 5838 5839 5840 5841  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5836 class SetDefaultMessageTypeRequest < Struct.new( :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end  | 
  
#message_type ⇒ String
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren’t critical or time-sensitive.
      5836 5837 5838 5839 5840 5841  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5836 class SetDefaultMessageTypeRequest < Struct.new( :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end  |