Class: Aws::Panorama::Types::ListNodeFromTemplateJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1705

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

#node_from_template_jobsArray<Types::NodeFromTemplateJob>

A list of jobs.

Returns:



1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1705

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