class Aws::ResilienceHub::Types::ListAppComponentCompliancesRequest

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

data as a hash:

    {
      assessment_arn: "Arn", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] assessment_arn

The Amazon Resource Name (ARN) of the assessment. The format for
this ARN is:
arn:`partition`\:dcps:`region`\:`account`\:app-assessment/`app-id`.
For more information about ARNs, see [ Amazon Resource Names
(ARNs)][1] in the *AWS General Reference*.

[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 include in the response. If more
results exist than the specified `MaxResults` value, a token is
included in the response so that the remaining results can be
retrieved.
@return [Integer]

@!attribute [rw] next_token

Null, or the token from a previous call to get the next set of
results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentCompliancesRequest AWS API Documentation

Constants

SENSITIVE