Class: Aws::Types::TimeSeriesCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ ::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def attribute_name
  @attribute_name
end

#attribute_value ⇒ ::String

Returns the value of attribute attribute_value.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def attribute_value
  @attribute_value
end

#condition ⇒ "EQUALS", ...

Returns the value of attribute condition.

Returns:

  • ("EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN")


1254
1255
1256
# File 'sig/types.rbs', line 1254

def condition
  @condition
end