Class: Aws::Panorama::Types::ListNodesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListNodesRequest
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
Search for nodes by category.
-
#max_results ⇒ Integer
The maximum number of nodes to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#owner_account ⇒ String
Search for nodes by the account ID of the nodes' owner.
-
#package_name ⇒ String
Search for nodes by name.
-
#package_version ⇒ String
Search for nodes by version.
-
#patch_version ⇒ String
Search for nodes by patch version.
Instance Attribute Details
#category ⇒ String
Search for nodes by category.
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_results ⇒ Integer
The maximum number of nodes to return in one page of results.
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_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
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_account ⇒ String
Search for nodes by the account ID of the nodes' owner.
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_name ⇒ String
Search for nodes by name.
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_version ⇒ String
Search for nodes by version.
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_version ⇒ String
Search for nodes by patch version.
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 |