Class: Aws::QuickSight::Types::ColumnHierarchy
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnHierarchy
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The option that determines the hierarchy of the fields for a visual element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_time_hierarchy ⇒ Types::DateTimeHierarchy
The option that determines the hierarchy of any
DateTime
fields. -
#explicit_hierarchy ⇒ Types::ExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells.
-
#predefined_hierarchy ⇒ Types::PredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation.
Instance Attribute Details
#date_time_hierarchy ⇒ Types::DateTimeHierarchy
The option that determines the hierarchy of any DateTime
fields.
3549 3550 3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3549 class ColumnHierarchy < Struct.new( :explicit_hierarchy, :date_time_hierarchy, :predefined_hierarchy) SENSITIVE = [] include Aws::Structure end |
#explicit_hierarchy ⇒ Types::ExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
3549 3550 3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3549 class ColumnHierarchy < Struct.new( :explicit_hierarchy, :date_time_hierarchy, :predefined_hierarchy) SENSITIVE = [] include Aws::Structure end |
#predefined_hierarchy ⇒ Types::PredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
3549 3550 3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3549 class ColumnHierarchy < Struct.new( :explicit_hierarchy, :date_time_hierarchy, :predefined_hierarchy) SENSITIVE = [] include Aws::Structure end |