Class: Aws::ResilienceHub::Types::AppComponentCompliance

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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

Instance Attribute Details

#app_component_nameString

Name of the Application Component.

Returns:

  • (String)


566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#complianceHash<String,Types::DisruptionCompliance>

The compliance of the Application Component against the resiliency policy.

Returns:



566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#costTypes::Cost

The cost for the application.

Returns:



566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The compliance message.

Returns:

  • (String)


566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resiliency_scoreTypes::ResiliencyScore

The current resiliency score for the application.



566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the action.

Returns:

  • (String)


566
567
568
569
570
571
572
573
574
575
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 566

class AppComponentCompliance < Struct.new(
  :app_component_name,
  :compliance,
  :cost,
  :message,
  :resiliency_score,
  :status)
  SENSITIVE = []
  include Aws::Structure
end