Class: Aws::Types::StringCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_type"STARTS_WITH", ...

Returns the value of attribute comparison_type.

Returns:

  • ("STARTS_WITH", "CONTAINS", "EXACT")


7933
7934
7935
# File 'sig/types.rbs', line 7933

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


7931
7932
7933
# File 'sig/types.rbs', line 7931

def field_name
  @field_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


7932
7933
7934
# File 'sig/types.rbs', line 7932

def value
  @value
end