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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1658
1659
1660
1661
1662
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1658

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