Class: Aws::ResilienceHub::Types::DescribeResiliencyPolicyResponse

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

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.



2932
2933
2934
2935
2936
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2932

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