Class: Aws::QuickSight::Types::CategoricalMeasureField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CategoricalMeasureField
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The measure type field with categorical type columns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_function ⇒ String
The aggregation function of the measure field.
-
#column ⇒ Types::ColumnIdentifier
The column that is used in the
CategoricalMeasureField
. -
#field_id ⇒ String
The custom field ID.
-
#format_configuration ⇒ Types::StringFormatConfiguration
The format configuration of the field.
Instance Attribute Details
#aggregation_function ⇒ String
The aggregation function of the measure field.
4181 4182 4183 4184 4185 4186 4187 4188 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4181 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that is used in the CategoricalMeasureField
.
4181 4182 4183 4184 4185 4186 4187 4188 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4181 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
4181 4182 4183 4184 4185 4186 4187 4188 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4181 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#format_configuration ⇒ Types::StringFormatConfiguration
The format configuration of the field.
4181 4182 4183 4184 4185 4186 4187 4188 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4181 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |