Class: Aws::Types::AttributeDimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_type"INCLUSIVE", ...

Returns the value of attribute attribute_type.

Returns:

  • ("INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON")


302
303
304
# File 'sig/types.rbs', line 302

def attribute_type
  @attribute_type
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


303
304
305
# File 'sig/types.rbs', line 303

def values
  @values
end