Class: Aws::ResilienceHub::Types::UpdateResiliencyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateResiliencyPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::ResiliencyPolicy
The resiliency policy that was updated, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
Instance Attribute Details
#policy ⇒ Types::ResiliencyPolicy
The resiliency policy that was updated, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6921 class UpdateResiliencyPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |