Class: Aws::Translate::Types::GetParallelDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::GetParallelDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the parallel data resource that is being retrieved.
Instance Attribute Details
#name ⇒ String
The name of the parallel data resource that is being retrieved.
290 291 292 293 294 |
# File 'lib/aws-sdk-translate/types.rb', line 290 class GetParallelDataRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |