Class: Aws::ResilienceHub::Types::DeleteAppAssessmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_arnString

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.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1778

class DeleteAppAssessmentResponse < Struct.new(
  :assessment_arn,
  :assessment_status)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_statusString

The current status of the assessment for the resiliency policy.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1778

class DeleteAppAssessmentResponse < Struct.new(
  :assessment_arn,
  :assessment_status)
  SENSITIVE = []
  include Aws::Structure
end