Class: Aws::WellArchitected::Types::UpdateProfileOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateProfileOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile  ⇒ Types::Profile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile.
 
Instance Attribute Details
#profile ⇒ Types::Profile
The profile.
      5828 5829 5830 5831 5832  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5828 class UpdateProfileOutput < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end  |