Class: Aws::EMRContainers::Types::ListJobTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListJobTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The date and time after which the job templates were created.
-
#created_before ⇒ Time
The date and time before which the job templates were created.
-
#max_results ⇒ Integer
The maximum number of job templates that can be listed.
-
#next_token ⇒ String
The token for the next set of job templates to return.
Instance Attribute Details
#created_after ⇒ Time
The date and time after which the job templates were created.
1297 1298 1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1297 class ListJobTemplatesRequest < Struct.new( :created_after, :created_before, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The date and time before which the job templates were created.
1297 1298 1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1297 class ListJobTemplatesRequest < Struct.new( :created_after, :created_before, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of job templates that can be listed.
1297 1298 1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1297 class ListJobTemplatesRequest < Struct.new( :created_after, :created_before, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of job templates to return.
1297 1298 1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1297 class ListJobTemplatesRequest < Struct.new( :created_after, :created_before, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |