Class: Aws::Types::ListJobTemplatesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_templates::Array[Types::JobTemplate]

Returns the value of attribute job_templates.

Returns:



1597
1598
1599
# File 'sig/types.rbs', line 1597

def job_templates
  @job_templates
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def next_token
  @next_token
end