class Aws::GreengrassV2::Types::ListDeploymentsRequest

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

data as a hash:

    {
      target_arn: "TargetARN",
      history_filter: "ALL", # accepts ALL, LATEST_ONLY
      max_results: 1,
      next_token: "NextTokenString",
    }

@!attribute [rw] target_arn

The [ARN][1] of the target IoT thing or thing group.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] history_filter

The filter for the list of deployments. Choose one of the following
options:

* `ALL` – The list includes all deployments.

* `LATEST_ONLY` – The list includes only the latest revision of each
  deployment.

Default: `LATEST_ONLY`
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned per paginated request.
@return [Integer]

@!attribute [rw] next_token

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

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/ListDeploymentsRequest AWS API Documentation

Constants

SENSITIVE