Class: Aws::WellArchitected::Types::ProfileChoice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ProfileChoice
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
The profile choice.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #choice_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of a choice.
 - 
  
    
      #choice_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a choice.
 - 
  
    
      #choice_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of a choice.
 
Instance Attribute Details
#choice_description ⇒ String
The description of a choice.
      4523 4524 4525 4526 4527 4528 4529  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4523 class ProfileChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end  | 
  
#choice_id ⇒ String
The ID of a choice.
      4523 4524 4525 4526 4527 4528 4529  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4523 class ProfileChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end  | 
  
#choice_title ⇒ String
The title of a choice.
      4523 4524 4525 4526 4527 4528 4529  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4523 class ProfileChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end  |