Method: Aws::Transfer::Types::DeleteProfileRequest#profile_id
- Defined in:
- lib/aws-sdk-transfer/types.rb
#profile_id ⇒ String
The identifier of the profile that you are deleting.
1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-transfer/types.rb', line 1779 class DeleteProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |