class Aws::IoTSiteWise::Types::ListAssetRelationshipsRequest

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

data as a hash:

    {
      asset_id: "ID", # required
      traversal_type: "PATH_TO_ROOT", # required, accepts PATH_TO_ROOT
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] asset_id

The ID of the asset.
@return [String]

@!attribute [rw] traversal_type

The type of traversal to use to identify asset relationships. Choose
the following option:

* `PATH_TO_ROOT` – Identify the asset's parent assets up to the
  root asset. The asset that you specify in `assetId` is the first
  result in the list of `assetRelationshipSummaries`, and the root
  asset is the last result.

^
@return [String]

@!attribute [rw] next_token

The token to be used for the next set of paginated results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return for each paginated request.
@return [Integer]

Constants

SENSITIVE