Class: Aws::Types::CategoricalMeasureField
- Inherits:
-
Object
- Object
- Aws::Types::CategoricalMeasureField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_function ⇒ "COUNT", "DISTINCT_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::StringFormatConfiguration
Returns the value of attribute format_configuration.
Instance Attribute Details
#aggregation_function ⇒ "COUNT", "DISTINCT_COUNT"
Returns the value of attribute aggregation_function.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def aggregation_function @aggregation_function end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def field_id @field_id end |
#format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute format_configuration.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def format_configuration @format_configuration end |