Class: Aws::Types::RecencyDimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration"HR_24", ...

Returns the value of attribute duration.

Returns:

  • ("HR_24", "DAY_7", "DAY_14", "DAY_30")


2507
2508
2509
# File 'sig/types.rbs', line 2507

def duration
  @duration
end

#recency_type"ACTIVE", "INACTIVE"

Returns the value of attribute recency_type.

Returns:

  • ("ACTIVE", "INACTIVE")


2508
2509
2510
# File 'sig/types.rbs', line 2508

def recency_type
  @recency_type
end