Class: Aws::EMRContainers::Types::CreateJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateJobTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token of the job template.
-
#job_template_data ⇒ Types::JobTemplateData
The job template data which holds values of StartJobRun API request.
-
#kms_key_arn ⇒ String
The KMS key ARN used to encrypt the job template.
-
#name ⇒ String
The specified name of the job template.
-
#tags ⇒ Hash<String,String>
The tags that are associated with the job template.
Instance Attribute Details
#client_token ⇒ String
The client token of the job template.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
256 257 258 259 260 261 262 263 264 |
# File '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_data ⇒ Types::JobTemplateData
The job template data which holds values of StartJobRun API request.
256 257 258 259 260 261 262 263 264 |
# File '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_arn ⇒ String
The KMS key ARN used to encrypt the job template.
256 257 258 259 260 261 262 263 264 |
# File '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 |
#name ⇒ String
The specified name of the job template.
256 257 258 259 260 261 262 263 264 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags that are associated with the job template.
256 257 258 259 260 261 262 263 264 |
# File '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 |