Class: Aws::Types::StringSearch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#search_option ⇒ "STARTS_WITH"

Returns the value of attribute search_option.

Returns:

  • ("STARTS_WITH")


720
721
722
# File 'sig/types.rbs', line 720

def search_option
  @search_option
end

#search_value ⇒ ::String

Returns the value of attribute search_value.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def search_value
  @search_value
end