Class: Aws::Resiliencehubv2::Types::AvailabilitySlo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AvailabilitySlo
- Defined in:
- gems/aws-sdk-resiliencehubv2/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
-
#target ⇒ Float
The target availability percentage, expressed as a value between 0 and 100.
Instance Attribute Details
#target ⇒ Float
The target availability percentage, expressed as a value between 0 and 100.
274 275 276 277 278 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 274 class AvailabilitySlo < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |