Class: Aws::Panorama::Types::ListApplicationInstanceNodeInstancesResponse

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)


1526
1527
1528
1529
1530
1531
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1526

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

#node_instancesArray<Types::NodeInstance>

A list of node instances.

Returns:



1526
1527
1528
1529
1530
1531
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1526

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