Class: Aws::Resiliencehubv2::Types::AvailabilitySlo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Defines the availability service level objective (SLO) for a resilience policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#targetFloat

The target availability percentage, expressed as a value between 0 and 100.

Returns:

  • (Float)


280
281
282
283
284
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 280

class AvailabilitySlo < Struct.new(
  :target)
  SENSITIVE = []
  include Aws::Structure
end