Class: Aws::Types::ObjectAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"INCLUSIVE", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL", "BEFORE", "AFTER", "ON", "BETWEEN", "NOT_BETWEEN")


2144
2145
2146
# File 'sig/types.rbs', line 2144

def comparison_operator
  @comparison_operator
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def field_name
  @field_name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def source
  @source
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


2145
2146
2147
# File 'sig/types.rbs', line 2145

def values
  @values
end