Class: Aws::Types::Anchor
- Inherits:
-
Object
- Object
- Aws::Types::Anchor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anchor_type ⇒ "TODAY"
Returns the value of attribute anchor_type.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
-
#time_granularity ⇒ "YEAR", ...
Returns the value of attribute time_granularity.
Instance Attribute Details
#anchor_type ⇒ "TODAY"
Returns the value of attribute anchor_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def anchor_type @anchor_type end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
295 296 297 |
# File 'sig/types.rbs', line 295 def offset @offset end |
#time_granularity ⇒ "YEAR", ...
Returns the value of attribute time_granularity.
294 295 296 |
# File 'sig/types.rbs', line 294 def time_granularity @time_granularity end |