Class: Aws::Resiliencehubv2::Types::SloSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SloSource
- Defined in:
- gems/aws-sdk-resiliencehubv2/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).
3881 3882 3883 3884 3885 3886 3887 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3881 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.
3881 3882 3883 3884 3885 3886 3887 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3881 class SloSource < Struct.new( :value, :policy_name, :source) SENSITIVE = [] include Aws::Structure end |