class Aws::GreengrassV2::Types::ListComponentVersionsRequest

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

data as a hash:

    {
      arn: "ComponentARN", # required
      max_results: 1,
      next_token: "NextTokenString",
    }

@!attribute [rw] arn

The [ARN][1] of the component version.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@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/ListComponentVersionsRequest AWS API Documentation

Constants

SENSITIVE