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

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

Instance Attribute Details

#policy_nameString

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

Returns:

  • (String)


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

#sourceString

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

Returns:

  • (String)


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

#valueFloat

The availability SLO percentage value.

Returns:

  • (Float)


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