Class: Aws::ResilienceHub::Types::UpdateResiliencyPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::ResiliencyPolicy

The type of resiliency policy that was updated, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.



6019
6020
6021
6022
6023
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 6019

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