Class: Aws::Transfer::Types::UpdateProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::UpdateProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the identifier for the profile that’s being updated.
 
Instance Attribute Details
#profile_id ⇒ String
Returns the identifier for the profile that’s being updated.
      5955 5956 5957 5958 5959  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 5955 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end  |