Class: Aws::Types::DateMeasureField
- Inherits:
-
Object
- Object
- Aws::Types::DateMeasureField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_function ⇒ "COUNT", ...
Returns the value of attribute aggregation_function.
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
Instance Attribute Details
#aggregation_function ⇒ "COUNT", ...
Returns the value of attribute aggregation_function.
3607 3608 3609 |
# File 'sig/types.rbs', line 3607 def aggregation_function @aggregation_function end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
3606 3607 3608 |
# File 'sig/types.rbs', line 3606 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def field_id @field_id end |
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
3608 3609 3610 |
# File 'sig/types.rbs', line 3608 def format_configuration @format_configuration end |