Class: Aws::QuickSight::Types::CategoricalMeasureField
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CategoricalMeasureField
- Includes:
- Structure
- Defined in:
- 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.
4054 4055 4056 4057 4058 4059 4060 4061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4054 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`.
4054 4055 4056 4057 4058 4059 4060 4061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4054 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The custom field ID.
4054 4055 4056 4057 4058 4059 4060 4061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4054 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.
4054 4055 4056 4057 4058 4059 4060 4061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4054 class CategoricalMeasureField < Struct.new( :field_id, :column, :aggregation_function, :format_configuration) SENSITIVE = [] include Aws::Structure end |