Class: Aws::Types::RecencyDimension
- Inherits:
-
Object
- Object
- Aws::Types::RecencyDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ "HR_24", ...
Returns the value of attribute duration.
-
#recency_type ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute recency_type.
Instance Attribute Details
#duration ⇒ "HR_24", ...
Returns the value of attribute duration.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def duration @duration end |
#recency_type ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute recency_type.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def recency_type @recency_type end |