Class: Aws::Types::NameCriteria
- Inherits:
-
Object
- Object
- Aws::Types::NameCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
-
#search_text ⇒ ::Array[::String]
Returns the value of attribute search_text.
Instance Attribute Details
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
6006 6007 6008 |
# File 'sig/types.rbs', line 6006 def match_type @match_type end |
#search_text ⇒ ::Array[::String]
Returns the value of attribute search_text.
6005 6006 6007 |
# File 'sig/types.rbs', line 6005 def search_text @search_text end |