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.
1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1806 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.
1806 1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1806 class DeleteAppAssessmentResponse < Struct.new( :assessment_arn, :assessment_status) SENSITIVE = [] include Aws::Structure end |