Class: Aws::Types::DateDimensionField
- Inherits:
-
Object
- Object
- Aws::Types::DateDimensionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#date_granularity ⇒ "YEAR", ...
Returns the value of attribute date_granularity.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
-
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def column @column end |
#date_granularity ⇒ "YEAR", ...
Returns the value of attribute date_granularity.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def date_granularity @date_granularity end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def field_id @field_id end |
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def format_configuration @format_configuration end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def hierarchy_id @hierarchy_id end |