Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the updated configuration set.
 - 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set that was updated.
 - 
  
    
      #sender_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default sender ID to set for the ConfigurationSet.
 
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the updated configuration set.
      5902 5903 5904 5905 5906 5907 5908  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_set_name ⇒ String
The name of the configuration set that was updated.
      5902 5903 5904 5905 5906 5907 5908  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end  | 
  
#sender_id ⇒ String
The default sender ID to set for the ConfigurationSet.
      5902 5903 5904 5905 5906 5907 5908  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end  |