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:



1618
1619
1620
# File 'sig/types.rbs', line 1618

def job_templates
  @job_templates
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def next_token
  @next_token
end