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.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def column @column end |
#date_granularity ⇒ "YEAR", ...
Returns the value of attribute date_granularity.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def date_granularity @date_granularity end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def field_id @field_id end |
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def format_configuration @format_configuration end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def hierarchy_id @hierarchy_id end |