Class: Aws::EMRContainers::Types::DeleteJobTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DeleteJobTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
This output contains the ID of the job template that was deleted.
Instance Attribute Details
#id ⇒ String
This output contains the ID of the job template that was deleted.
528 529 530 531 532 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 528 class DeleteJobTemplateResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |