Class: Aws::EMRContainers::Types::CreateJobTemplateResponse

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

#arnString

This output display the ARN of the created job template.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 263

class CreateJobTemplateResponse < Struct.new(
  :id,
  :name,
  :arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

This output displays the date and time when the job template was created.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 263

class CreateJobTemplateResponse < Struct.new(
  :id,
  :name,
  :arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

This output display the created job template ID.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 263

class CreateJobTemplateResponse < Struct.new(
  :id,
  :name,
  :arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

This output displays the name of the created job template.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 263

class CreateJobTemplateResponse < Struct.new(
  :id,
  :name,
  :arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end