Class: Aws::EMRContainers::Types::ListJobTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListJobTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
This output displays the token for the next set of job templates.
-
#templates ⇒ Array<Types::JobTemplate>
This output lists information about the specified job templates.
Instance Attribute Details
#next_token ⇒ String
This output displays the token for the next set of job templates.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1328 class ListJobTemplatesResponse < Struct.new( :templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#templates ⇒ Array<Types::JobTemplate>
This output lists information about the specified job templates.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1328 class ListJobTemplatesResponse < Struct.new( :templates, :next_token) SENSITIVE = [] include Aws::Structure end |