Class: Aws::Types::TimeSeriesCondition
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#condition ⇒ "EQUALS", ...
Returns the value of attribute condition.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def attribute_value @attribute_value end |
#condition ⇒ "EQUALS", ...
Returns the value of attribute condition.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def condition @condition end |