Class: Aws::Types::PlatformInput
- Inherits:
-
Object
- Object
- Aws::Types::PlatformInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "EQUALS", ...
Returns the value of attribute comparison_operator.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparison_operator ⇒ "EQUALS", ...
Returns the value of attribute comparison_operator.
452 453 454 |
# File 'sig/types.rbs', line 452 def comparison_operator @comparison_operator end |
#value ⇒ ::String
Returns the value of attribute value.
453 454 455 |
# File 'sig/types.rbs', line 453 def value @value end |