Class: Aws::ResilienceHub::Types::ListAppAssessmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppAssessmentsRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#assessment_name ⇒ String
The name for the assessment.
-
#assessment_status ⇒ Array<String>
The current status of the assessment for the resiliency policy.
-
#compliance_status ⇒ String
The current status of compliance for the resiliency policy.
-
#invoker ⇒ String
Specifies the entity that invoked a specific assessment, either a
User
or theSystem
. -
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
-
#reverse_order ⇒ Boolean
The default is to sort by ascending startTime.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
The format for this ARN is:
arn:partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names (ARNs)
in the AWS General Reference guide.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#assessment_name ⇒ String
The name for the assessment.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ Array<String>
The current status of the assessment for the resiliency policy.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#compliance_status ⇒ String
The current status of compliance for the resiliency policy.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#invoker ⇒ String
Specifies the entity that invoked a specific assessment, either a
User
or the System
.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#reverse_order ⇒ Boolean
The default is to sort by ascending startTime. To sort by
descending startTime, set reverseOrder to true
.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2694 class ListAppAssessmentsRequest < Struct.new( :app_arn, :assessment_name, :assessment_status, :compliance_status, :invoker, :max_results, :next_token, :reverse_order) SENSITIVE = [] include Aws::Structure end |