Class: Aws::ResilienceHub::Types::DeleteAppAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteAppAssessmentResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_arn ⇒ String
Amazon Resource Name (ARN) of the assessment.
-
#assessment_status ⇒ String
The current status of the assessment for the resiliency policy.
Instance Attribute Details
#assessment_arn ⇒ String
Amazon Resource Name (ARN) of the assessment. The format for this
ARN is:
arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.
1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1778 class DeleteAppAssessmentResponse < Struct.new( :assessment_arn, :assessment_status) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ String
The current status of the assessment for the resiliency policy.
1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1778 class DeleteAppAssessmentResponse < Struct.new( :assessment_arn, :assessment_status) SENSITIVE = [] include Aws::Structure end |