class Aws::Panorama::Types::ListNodesRequest

@note When making an API call, you may pass ListNodesRequest

data as a hash:

    {
      category: "BUSINESS_LOGIC", # accepts BUSINESS_LOGIC, ML_MODEL, MEDIA_SOURCE, MEDIA_SINK
      max_results: 1,
      next_token: "Token",
      owner_account: "PackageOwnerAccount",
      package_name: "NodePackageName",
      package_version: "NodePackageVersion",
      patch_version: "NodePackagePatchVersion",
    }

@!attribute [rw] category

Search for nodes by category.
@return [String]

@!attribute [rw] max_results

The maximum number of nodes to return in one page of results.
@return [Integer]

@!attribute [rw] next_token

Specify the pagination token from a previous request to retrieve the
next page of results.
@return [String]

@!attribute [rw] owner_account

Search for nodes by the account ID of the nodes' owner.
@return [String]

@!attribute [rw] package_name

Search for nodes by name.
@return [String]

@!attribute [rw] package_version

Search for nodes by version.
@return [String]

@!attribute [rw] patch_version

Search for nodes by patch version.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/ListNodesRequest AWS API Documentation

Constants

SENSITIVE