Class: Aws::ResilienceHub::Types::DescribeResiliencyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeResiliencyPolicyResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::ResiliencyPolicy
Information about the specific resiliency policy, returned as an object.
Instance Attribute Details
#policy ⇒ Types::ResiliencyPolicy
Information about the specific resiliency policy, returned as an object. This object includes creation time, data location constraints, its name, description, tags, the recovery time objective (RTO) and recovery point objective (RPO) in seconds, and more.
2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2347 class DescribeResiliencyPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |