Class: Aws::WellArchitected::Types::GetProfileOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetProfileOutput
 
 
- 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.
      2341 2342 2343 2344 2345  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2341 class GetProfileOutput < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end  |