Method: Aws::Transfer::Types::DeleteProfileRequest#profile_id

Defined in:
lib/aws-sdk-transfer/types.rb

#profile_idString

The identifier of the profile that you are deleting.

Returns:

  • (String)


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