class Aws::ResilienceHub::Types::ListAppAssessmentsRequest
@note When making an API call, you may pass ListAppAssessmentsRequest
data as a hash: { app_arn: "Arn", assessment_name: "EntityName", assessment_status: ["Pending"], # accepts Pending, InProgress, Failed, Success compliance_status: "PolicyBreached", # accepts PolicyBreached, PolicyMet invoker: "User", # accepts User, System max_results: 1, next_token: "NextToken", reverse_order: false, }
@!attribute [rw] app_arn
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:`partition`\:dcps:`region`\:`account`\:app/`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] assessment_name
The name for the assessment. @return [String]
@!attribute [rw] assessment_status
The current status of the assessment for the resiliency policy. @return [Array<String>]
@!attribute [rw] compliance_status
The current status of compliance for the resiliency policy. @return [String]
@!attribute [rw] invoker
Specifies the entity that invoked a specific assessment, either a `User` or the `System`. @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]
@!attribute [rw] reverse_order
The default is to sort by ascending **startTime**. To sort by descending **startTime**, set reverseOrder to `true`. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentsRequest AWS API Documentation
Constants
- SENSITIVE