Class: Aws::Translate::Types::CreateParallelDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The custom name that you assigned to the parallel data resource.

Returns:

  • (String)


134
135
136
137
138
139
# File 'lib/aws-sdk-translate/types.rb', line 134

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

#statusString

The status of the parallel data resource. When the resource is ready for you to use, the status is ‘ACTIVE`.

Returns:

  • (String)


134
135
136
137
138
139
# File 'lib/aws-sdk-translate/types.rb', line 134

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