Class: Aws::ResilienceHub::Types::CreateResiliencyPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::CreateResiliencyPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy  ⇒ Types::ResiliencyPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resiliency policy that was created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
 
Instance Attribute Details
#policy ⇒ Types::ResiliencyPolicy
The type of resiliency policy that was created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
      1724 1725 1726 1727 1728  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1724 class CreateResiliencyPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end  |