Class: Aws::ResilienceHub::Types::AppComponentCompliance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::AppComponentCompliance
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Defines the compliance of an Application Component against the resiliency policy.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the Application Component.
 - 
  
    
      #compliance  ⇒ Hash<String,Types::DisruptionCompliance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The compliance of the Application Component against the resiliency policy.
 - 
  
    
      #cost  ⇒ Types::Cost 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cost for the application.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The compliance message.
 - 
  
    
      #resiliency_score  ⇒ Types::ResiliencyScore 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current resiliency score for the application.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the action.
 
Instance Attribute Details
#app_component_name ⇒ String
Name of the Application Component.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#compliance ⇒ Hash<String,Types::DisruptionCompliance>
The compliance of the Application Component against the resiliency policy.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#cost ⇒ Types::Cost
The cost for the application.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The compliance message.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#resiliency_score ⇒ Types::ResiliencyScore
The current resiliency score for the application.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of the action.
      656 657 658 659 660 661 662 663 664 665  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 656 class AppComponentCompliance < Struct.new( :app_component_name, :compliance, :cost, :message, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end  |