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:



640
641
642
643
644
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 640

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