Class: Aws::EMRContainers::Types::DescribeJobTemplateResponse

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

#job_templateTypes::JobTemplate

This output displays information about the specified job template.

Returns:



560
561
562
563
564
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 560

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