Class: Aws::ResilienceHub::Types::ResiliencyScore

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#disruption_scoreHash<String,Float>

The disruption score for a valid key.

Returns:

  • (Hash<String,Float>)


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

#scoreFloat

The outage score for a valid key.

Returns:

  • (Float)


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