Class: Aws::ResilienceHub::Types::DescribeResiliencyPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeResiliencyPolicyRequest
- 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.
2331 2332 2333 2334 2335 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2331 class DescribeResiliencyPolicyRequest < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |