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.
3213 3214 3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3213 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
.
3213 3214 3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3213 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
3213 3214 3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3213 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.
3213 3214 3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3213 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |