Class: Aws::Translate::Types::GetParallelDataRequest

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 GetParallelDataRequest 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 retrieved.

Returns:

  • (String)


300
301
302
303
304
# File 'lib/aws-sdk-translate/types.rb', line 300

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