Class: Aws::Resiliencehubv2::Types::SloSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SloSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains the effective availability SLO value and its source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
Resource name (used in ARN — no spaces allowed).
-
#source ⇒ String
Indicates whether the value comes from the service's own account or a cross-account policy.
-
#value ⇒ Float
The availability SLO percentage value.
Instance Attribute Details
#policy_name ⇒ String
Resource name (used in ARN — no spaces allowed).
3956 3957 3958 3959 3960 3961 3962 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3956 class SloSource < Struct.new( :value, :policy_name, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
Indicates whether the value comes from the service's own account or a cross-account policy.
3956 3957 3958 3959 3960 3961 3962 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3956 class SloSource < Struct.new( :value, :policy_name, :source) SENSITIVE = [] include Aws::Structure end |