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.
6067 6068 6069 6070 6071 |
# File 'lib/aws-sdk-transfer/types.rb', line 6067 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |