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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def aggregation_function @aggregation_function end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def field_id @field_id end |
#format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute format_configuration.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def format_configuration @format_configuration end |