Class: Aws::WellArchitected::Types::GetProfileInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetProfileInput
 
 
- 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_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile version.
 
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
      2328 2329 2330 2331 2332 2333  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2328 class GetProfileInput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_version ⇒ String
The profile version.
      2328 2329 2330 2331 2332 2333  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2328 class GetProfileInput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end  |