Class: Aws::Types::ListNodeFromTemplateJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def next_token
  @next_token
end

#node_from_template_jobs ⇒ ::Array[Types::NodeFromTemplateJob]

Returns the value of attribute node_from_template_jobs.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def node_from_template_jobs
  @node_from_template_jobs
end