Class: Aws::Types::DateDimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_type ⇒ "BEFORE", ...

Returns the value of attribute dimension_type.

Returns:

  • ("BEFORE", "AFTER", "BETWEEN", "NOT_BETWEEN", "ON")


606
607
608
# File 'sig/types.rbs', line 606

def dimension_type
  @dimension_type
end

#values ⇒ ::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


607
608
609
# File 'sig/types.rbs', line 607

def values
  @values
end