Class: Aws::PinpointSMSVoiceV2::Types::RequestSenderIdResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RequestSenderIdResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deletion_protection_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
By default this is set to false.
 - 
  
    
      #iso_country_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
 - 
  
    
      #message_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of message.
 - 
  
    
      #monthly_leasing_price  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monthly price, in US dollars, to lease the sender ID.
 - 
  
    
      #registered  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
True if the sender ID is registered.
 - 
  
    
      #sender_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sender ID that was requested.
 - 
  
    
      #sender_id_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) associated with the SenderId.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of tags (key and value pairs) to associate with the sender ID.
 
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
By default this is set to false. When set to true the sender ID can’t be deleted.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#message_types ⇒ Array<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.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#monthly_leasing_price ⇒ String
The monthly price, in US dollars, to lease the sender ID.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#registered ⇒ Boolean
True if the sender ID is registered.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#sender_id ⇒ String
The sender ID that was requested.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#sender_id_arn ⇒ String
The Amazon Resource Name (ARN) associated with the SenderId.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the sender ID.
      5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5247 class RequestSenderIdResult < Struct.new( :sender_id_arn, :sender_id, :iso_country_code, :message_types, :monthly_leasing_price, :deletion_protection_enabled, :registered, :tags) SENSITIVE = [] include Aws::Structure end  |