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.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1316 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.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1316 class ListJobTemplatesResponse < Struct.new( :templates, :next_token) SENSITIVE = [] include Aws::Structure end |