Class: Aws::Translate::Types::StopTextTranslationJobRequest

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 StopTextTranslationJobRequest data as a hash:

{
  job_id: "JobId", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID of the job to be stopped.

Returns:

  • (String)


1200
1201
1202
1203
1204
# File 'lib/aws-sdk-translate/types.rb', line 1200

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