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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/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)


128
129
130
131
132
133
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 128

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)


128
129
130
131
132
133
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 128

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