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.
3476 3477 3478 |
# File 'sig/types.rbs', line 3476 def aggregation_function @aggregation_function end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def field_id @field_id end |
#format_configuration ⇒ Types::DateTimeFormatConfiguration
Returns the value of attribute format_configuration.
3477 3478 3479 |
# File 'sig/types.rbs', line 3477 def format_configuration @format_configuration end |