Class: Aws::Transfer::Types::DeleteProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteProfileRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The identifier of the profile that you are deleting.
Instance Attribute Details
#profile_id ⇒ String
The identifier of the profile that you are deleting.
1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1588 class DeleteProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |