Class: Aws::ResilienceHub::Types::DeleteResiliencyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteResiliencyPolicyResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency policy.
Instance Attribute Details
#policy_arn ⇒ String
The 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 AWS General Reference guide.
1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1612 class DeleteResiliencyPolicyResponse < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |