Class: Aws::EMRContainers::Types::CreateJobTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token of the job template.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 256

class CreateJobTemplateRequest < Struct.new(
  :name,
  :client_token,
  :job_template_data,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_template_dataTypes::JobTemplateData

The job template data which holds values of StartJobRun API request.



256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 256

class CreateJobTemplateRequest < Struct.new(
  :name,
  :client_token,
  :job_template_data,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The KMS key ARN used to encrypt the job template.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 256

class CreateJobTemplateRequest < Struct.new(
  :name,
  :client_token,
  :job_template_data,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The specified name of the job template.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 256

class CreateJobTemplateRequest < Struct.new(
  :name,
  :client_token,
  :job_template_data,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated with the job template.

Returns:

  • (Hash<String,String>)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 256

class CreateJobTemplateRequest < Struct.new(
  :name,
  :client_token,
  :job_template_data,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end