Class: Aws::Types::MetricDimension

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator::String

Returns the value of attribute comparison_operator.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def comparison_operator
  @comparison_operator
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def value
  @value
end