Class: Aws::Transfer::Types::StartRemoteDeleteResponse

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

#delete_idString

Returns a unique identifier for the delete operation.

Returns:

  • (String)


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