Class: Aws::Translate::Types::DeleteParallelDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the parallel data resource that is being deleted.

Returns:

  • (String)


157
158
159
160
161
162
# File 'lib/aws-sdk-translate/types.rb', line 157

class DeleteParallelDataResponse < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the parallel data deletion.

Returns:

  • (String)


157
158
159
160
161
162
# File 'lib/aws-sdk-translate/types.rb', line 157

class DeleteParallelDataResponse < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end