Class: Aws::ResilienceHub::Types::CreateResiliencyPolicyResponse

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 created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.



1495
1496
1497
1498
1499
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1495

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