Class: Aws::ResilienceHub::Types::DeleteResiliencyPolicyResponse

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

#policy_arnString

Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-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)


2156
2157
2158
2159
2160
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2156

class DeleteResiliencyPolicyResponse < Struct.new(
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end