Class: Aws::Types::SearchableAgentCriteriaStep
- Inherits:
-
Object
- Object
- Aws::Types::SearchableAgentCriteriaStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
-
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
Instance Attribute Details
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
7367 7368 7369 |
# File 'sig/types.rbs', line 7367 def agent_ids @agent_ids end |
#match_type ⇒ "MATCH_ALL", ...
Returns the value of attribute match_type.
7368 7369 7370 |
# File 'sig/types.rbs', line 7368 def match_type @match_type end |