Class: Aws::EMRContainers::Types::ListJobTemplatesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

The date and time after which the job templates were created.

Returns:

  • (Time)


1309
1310
1311
1312
1313
1314
1315
1316
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1309

class ListJobTemplatesRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

The date and time before which the job templates were created.

Returns:

  • (Time)


1309
1310
1311
1312
1313
1314
1315
1316
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1309

class ListJobTemplatesRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of job templates that can be listed.

Returns:

  • (Integer)


1309
1310
1311
1312
1313
1314
1315
1316
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1309

class ListJobTemplatesRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of job templates to return.

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
1315
1316
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1309

class ListJobTemplatesRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end