Class: Aws::Types::StringSearch
- Inherits:
-
Object
- Object
- Aws::Types::StringSearch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#search_option ⇒ "STARTS_WITH"
Returns the value of attribute search_option.
-
#search_value ⇒ ::String
Returns the value of attribute search_value.
Instance Attribute Details
#search_option ⇒ "STARTS_WITH"
Returns the value of attribute search_option.
481 482 483 |
# File 'sig/types.rbs', line 481 def search_option @search_option end |
#search_value ⇒ ::String
Returns the value of attribute search_value.
482 483 484 |
# File 'sig/types.rbs', line 482 def search_value @search_value end |