Class: Aws::EMRContainers::Types::ListJobTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

This output displays the token for the next set of job templates.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1316

class ListJobTemplatesResponse < Struct.new(
  :templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#templatesArray<Types::JobTemplate>

This output lists information about the specified job templates.

Returns:



1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1316

class ListJobTemplatesResponse < Struct.new(
  :templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end