Class: Aws::Transfer::Types::StartRemoteDeleteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartRemoteDeleteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_id ⇒ String
Returns a unique identifier for the delete operation.
Instance Attribute Details
#delete_id ⇒ String
Returns a unique identifier for the delete operation.
5949 5950 5951 5952 5953 |
# File 'lib/aws-sdk-transfer/types.rb', line 5949 class StartRemoteDeleteResponse < Struct.new( :delete_id) SENSITIVE = [] include Aws::Structure end |