Class: Aws::Types::FieldCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#depends_on_field_path::String

Returns the value of attribute depends_on_field_path.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def depends_on_field_path
  @depends_on_field_path
end

#operator::String

Returns the value of attribute operator.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def operator
  @operator
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


1101
1102
1103
# File 'sig/types.rbs', line 1101

def values
  @values
end