Class: Aws::ApplicationSignals::Types::ServiceLevelIndicator

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

This structure contains information about the performance metric that an SLO monitors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The arithmetic operation used when comparing the specified metric to the threshold.

Returns:

  • (String)


1360
1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1360

class ServiceLevelIndicator < Struct.new(
  :sli_metric,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#metric_thresholdFloat

The value that the SLI metric is compared to.

Returns:

  • (Float)


1360
1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1360

class ServiceLevelIndicator < Struct.new(
  :sli_metric,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end

#sli_metricTypes::ServiceLevelIndicatorMetric

A structure that contains information about the metric that the SLO monitors.



1360
1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1360

class ServiceLevelIndicator < Struct.new(
  :sli_metric,
  :metric_threshold,
  :comparison_operator)
  SENSITIVE = []
  include Aws::Structure
end