Class: Aws::Types::Selector
- Inherits:
-
Object
- Object
- Aws::Types::Selector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#operator ⇒ Types::Operator
Returns the value of attribute operator.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def field_name @field_name end |
#operator ⇒ Types::Operator
Returns the value of attribute operator.
280 281 282 |
# File 'sig/types.rbs', line 280 def operator @operator end |