class Aws::ResilienceHub::Types::ListResiliencyPoliciesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      policy_name: "EntityName",
    }

@!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]

@!attribute [rw] policy_name

The name of the policy
@return [String]

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

Constants

SENSITIVE