Class: Aws::EMRContainers::Types::CreateJobTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateJobTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
This output display the ARN of the created job template.
-
#created_at ⇒ Time
This output displays the date and time when the job template was created.
-
#id ⇒ String
This output display the created job template ID.
-
#name ⇒ String
This output displays the name of the created job template.
Instance Attribute Details
#arn ⇒ String
This output display the ARN of the created job template.
285 286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 285 class CreateJobTemplateResponse < Struct.new( :id, :name, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
This output displays the date and time when the job template was created.
285 286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 285 class CreateJobTemplateResponse < Struct.new( :id, :name, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
This output display the created job template ID.
285 286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 285 class CreateJobTemplateResponse < Struct.new( :id, :name, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
This output displays the name of the created job template.
285 286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 285 class CreateJobTemplateResponse < Struct.new( :id, :name, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |