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

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

Overview

Note:

When making an API call, you may pass DeleteParallelDataRequest data as a hash:

{
  name: "ResourceName", # required
}

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)


154
155
156
157
158
# File 'lib/aws-sdk-translate/types.rb', line 154

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