Class: Aws::Transfer::Types::DescribeProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DescribeProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile  ⇒ Types::DescribedProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the specified profile, returned as an object.
 
Instance Attribute Details
#profile ⇒ Types::DescribedProfile
The details of the specified profile, returned as an object.
      1736 1737 1738 1739 1740  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1736 class DescribeProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end  |