Class: Aws::Transfer::Types::DeleteProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The identifier of the profile that you are deleting.

Returns:

  • (String)


1420
1421
1422
1423
1424
# File 'lib/aws-sdk-transfer/types.rb', line 1420

class DeleteProfileRequest < Struct.new(
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end