Class: Aws::WellArchitected::Types::UpdateProfileInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateProfileInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile ARN.
 - 
  
    
      #profile_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile description.
 - 
  
    
      #profile_questions  ⇒ Array<Types::ProfileQuestionUpdate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Profile questions.
 
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
      5814 5815 5816 5817 5818 5819 5820  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5814 class UpdateProfileInput < Struct.new( :profile_arn, :profile_description, :profile_questions) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_description ⇒ String
The profile description.
      5814 5815 5816 5817 5818 5819 5820  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5814 class UpdateProfileInput < Struct.new( :profile_arn, :profile_description, :profile_questions) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_questions ⇒ Array<Types::ProfileQuestionUpdate>
Profile questions.
      5814 5815 5816 5817 5818 5819 5820  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5814 class UpdateProfileInput < Struct.new( :profile_arn, :profile_description, :profile_questions) SENSITIVE = [] include Aws::Structure end  |