Class: Aws::ResilienceHub::Types::ResiliencyScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ResiliencyScore
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
The overall resiliency score, returned as an object that includes the disruption score and outage score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disruption_score ⇒ Hash<String,Float>
The disruption score for a valid key.
-
#score ⇒ Float
The outage score for a valid key.
Instance Attribute Details
#disruption_score ⇒ Hash<String,Float>
The disruption score for a valid key.
4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4394 class ResiliencyScore < Struct.new( :disruption_score, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The outage score for a valid key.
4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4394 class ResiliencyScore < Struct.new( :disruption_score, :score) SENSITIVE = [] include Aws::Structure end |