Class: Aws::Translate::Types::DeleteParallelDataRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/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)


141
142
143
144
145
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 141

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