Class: Aws::Panorama::Types::ListNodesResponse

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)


1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1765

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

#nodesArray<Types::Node>

A list of nodes.

Returns:



1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1765

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