Class: Aws::Types::ResiliencyScore

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_score ⇒ ::Hash[("Compliance" | "Test" | "Alarm" | "Sop"), Types::ScoringComponentResiliencyScore]

Returns the value of attribute component_score.

Returns:



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.

Returns:

  • (::Hash[("Software" | "Hardware" | "AZ" | "Region"), ::Float])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def disruption_score
  @disruption_score
end

#score ⇒ ::Float

Returns the value of attribute score.

Returns:

  • (::Float)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def score
  @score
end