Class: Aws::PinpointSMSVoiceV2::Types::SelectOptionDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SelectOptionDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
A description of each select option.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the option meaning.
 - 
  
    
      #option  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the option.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the select option.
 
Instance Attribute Details
#description ⇒ String
A description of the option meaning.
      5299 5300 5301 5302 5303 5304 5305  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5299 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#option ⇒ String
The value of the option.
      5299 5300 5301 5302 5303 5304 5305  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5299 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#title ⇒ String
The title of the select option.
      5299 5300 5301 5302 5303 5304 5305  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5299 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end  |