Class: Aws::Transfer::Types::UpdateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateProfileResponse
- Defined in:
- gems/aws-sdk-transfer/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.
6600 6601 6602 6603 6604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6600 class UpdateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |