Class: Aws::Resiliencehubv2::Types::SloSource

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

Instance Attribute Details

#policy_nameString

Resource name (used in ARN — no spaces allowed).

Returns:

  • (String)


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

#sourceString

Indicates whether the value comes from the service's own account or a cross-account policy.

Returns:

  • (String)


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

#valueFloat

The availability SLO percentage value.

Returns:

  • (Float)


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