Class: Aws::Panorama::Types::ListNodesRequest

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

#categoryString

Search for nodes by category.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of nodes to return in one page of results.

Returns:

  • (Integer)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

Search for nodes by the account ID of the nodes' owner.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

Search for nodes by name.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_versionString

Search for nodes by version.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#patch_versionString

Search for nodes by patch version.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1743

class ListNodesRequest < Struct.new(
  :category,
  :max_results,
  :next_token,
  :owner_account,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end