Class: Aws::ResilienceHub::Types::RecommendationDisruptionCompliance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::RecommendationDisruptionCompliance
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Defines a disruption compliance recommendation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #expected_compliance_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected compliance status after applying the recommended configuration change.
 - 
  
    
      #expected_rpo_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
 - 
  
    
      #expected_rpo_in_secs  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected RPO after applying the recommended configuration change.
 - 
  
    
      #expected_rto_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
 - 
  
    
      #expected_rto_in_secs  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected RTO after applying the recommended configuration change.
 
Instance Attribute Details
#expected_compliance_status ⇒ String
The expected compliance status after applying the recommended configuration change.
      5285 5286 5287 5288 5289 5290 5291 5292 5293  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5285 class RecommendationDisruptionCompliance < Struct.new( :expected_compliance_status, :expected_rpo_description, :expected_rpo_in_secs, :expected_rto_description, :expected_rto_in_secs) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_rpo_description ⇒ String
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
      5285 5286 5287 5288 5289 5290 5291 5292 5293  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5285 class RecommendationDisruptionCompliance < Struct.new( :expected_compliance_status, :expected_rpo_description, :expected_rpo_in_secs, :expected_rto_description, :expected_rto_in_secs) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_rpo_in_secs ⇒ Integer
The expected RPO after applying the recommended configuration change.
      5285 5286 5287 5288 5289 5290 5291 5292 5293  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5285 class RecommendationDisruptionCompliance < Struct.new( :expected_compliance_status, :expected_rpo_description, :expected_rpo_in_secs, :expected_rto_description, :expected_rto_in_secs) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_rto_description ⇒ String
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
      5285 5286 5287 5288 5289 5290 5291 5292 5293  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5285 class RecommendationDisruptionCompliance < Struct.new( :expected_compliance_status, :expected_rpo_description, :expected_rpo_in_secs, :expected_rto_description, :expected_rto_in_secs) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_rto_in_secs ⇒ Integer
The expected RTO after applying the recommended configuration change.
      5285 5286 5287 5288 5289 5290 5291 5292 5293  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5285 class RecommendationDisruptionCompliance < Struct.new( :expected_compliance_status, :expected_rpo_description, :expected_rpo_in_secs, :expected_rto_description, :expected_rto_in_secs) SENSITIVE = [] include Aws::Structure end  |