Class: Aws::Types::ListManagedJobTemplatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_job_templates::Array[Types::ManagedJobTemplateSummary]

Returns the value of attribute managed_job_templates.

Returns:



3321
3322
3323
# File 'sig/types.rbs', line 3321

def managed_job_templates
  @managed_job_templates
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3322
3323
3324
# File 'sig/types.rbs', line 3322

def next_token
  @next_token
end