Class: Aws::Translate::Types::CreateParallelDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::CreateParallelDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The custom name that you assigned to the parallel data resource.
-
#status ⇒ String
The status of the parallel data resource.
Instance Attribute Details
#name ⇒ String
The custom name that you assigned to the parallel data resource.
128 129 130 131 132 133 |
# File 'lib/aws-sdk-translate/types.rb', line 128 class CreateParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the parallel data resource. When the resource is ready for you to use, the status is ‘ACTIVE`.
128 129 130 131 132 133 |
# File 'lib/aws-sdk-translate/types.rb', line 128 class CreateParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |