Class: Aws::Types::SearchableAgentCriteriaStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_ids::Array[::String]

Returns the value of attribute agent_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("MATCH_ALL", "MATCH_ANY", "MATCH_EXACT", "MATCH_NONE")


7368
7369
7370
# File 'sig/types.rbs', line 7368

def match_type
  @match_type
end