Class: Aws::Types::ResiliencyScore
- Inherits:
-
Object
- Object
- Aws::Types::ResiliencyScore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_score ⇒ ::Hash[("Compliance" | "Test" | "Alarm" | "Sop"), Types::ScoringComponentResiliencyScore]
Returns the value of attribute component_score.
-
#disruption_score ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), ::Float]
Returns the value of attribute disruption_score.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#component_score ⇒ ::Hash[("Compliance" | "Test" | "Alarm" | "Sop"), Types::ScoringComponentResiliencyScore]
Returns the value of attribute component_score.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def component_score @component_score end |
#disruption_score ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), ::Float]
Returns the value of attribute disruption_score.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def disruption_score @disruption_score end |
#score ⇒ ::Float
Returns the value of attribute score.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def score @score end |