Class: Aws::Types::StreamNameCondition
- Inherits:
-
Object
- Object
- Aws::Types::StreamNameCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "BEGINS_WITH"
Returns the value of attribute comparison_operator.
-
#comparison_value ⇒ ::String
Returns the value of attribute comparison_value.
Instance Attribute Details
#comparison_operator ⇒ "BEGINS_WITH"
Returns the value of attribute comparison_operator.
498 499 500 |
# File 'sig/types.rbs', line 498 def comparison_operator @comparison_operator end |
#comparison_value ⇒ ::String
Returns the value of attribute comparison_value.
499 500 501 |
# File 'sig/types.rbs', line 499 def comparison_value @comparison_value end |