Class: Aws::QuickSight::Types::DataPathType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPathType
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The type of the data path value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pivot_table_data_path_type ⇒ String
The type of data path value utilized in a pivot table.
Instance Attribute Details
#pivot_table_data_path_type ⇒ String
The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, whenRowsLayoutis set toHIERARCHY.MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field inColumnsFieldWelland the row is set to Metric Placement.COUNT_METRIC_COLUMN- The type of data path for the column withCOUNTas the metric, when there is no field in theValuesFieldWell.
10148 10149 10150 10151 10152 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10148 class DataPathType < Struct.new( :pivot_table_data_path_type) SENSITIVE = [] include Aws::Structure end |