Class: Aws::EMRContainers::Types::DeleteJobTemplateResponse

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

#idString

This output contains the ID of the job template that was deleted.

Returns:

  • (String)


533
534
535
536
537
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 533

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