Class: Aws::Types::NameCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_type"MATCH_ALL", ...

Returns the value of attribute match_type.

Returns:

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


5753
5754
5755
# File 'sig/types.rbs', line 5753

def match_type
  @match_type
end

#search_text::Array[::String]

Returns the value of attribute search_text.

Returns:

  • (::Array[::String])


5752
5753
5754
# File 'sig/types.rbs', line 5752

def search_text
  @search_text
end