Class: Aws::Transfer::Types::DescribeProfileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::DescribeProfileRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the profile that you want described.
 
Instance Attribute Details
#profile_id ⇒ String
The identifier of the profile that you want described.
      1724 1725 1726 1727 1728  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 1724 class DescribeProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end  |