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")


481
482
483
# File 'sig/types.rbs', line 481

def search_option
  @search_option
end

#search_value::String

Returns the value of attribute search_value.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def search_value
  @search_value
end