Class: Aws::QuickSight::Types::DataLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataLabelType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The option that determines the data label type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_path_label_type ⇒ Types::DataPathLabelType
The option that specifies individual data values for labels.
-
#field_label_type ⇒ Types::FieldLabelType
Determines the label configuration for the entire field.
-
#maximum_label_type ⇒ Types::MaximumLabelType
Determines the label configuration for the maximum value in a visual.
-
#minimum_label_type ⇒ Types::MinimumLabelType
Determines the label configuration for the minimum value in a visual.
-
#range_ends_label_type ⇒ Types::RangeEndsLabelType
Determines the label configuration for range end value in a visual.
Instance Attribute Details
#data_path_label_type ⇒ Types::DataPathLabelType
The option that specifies individual data values for labels.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8617 class DataLabelType < Struct.new( :field_label_type, :data_path_label_type, :range_ends_label_type, :minimum_label_type, :maximum_label_type) SENSITIVE = [] include Aws::Structure end |
#field_label_type ⇒ Types::FieldLabelType
Determines the label configuration for the entire field.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8617 class DataLabelType < Struct.new( :field_label_type, :data_path_label_type, :range_ends_label_type, :minimum_label_type, :maximum_label_type) SENSITIVE = [] include Aws::Structure end |
#maximum_label_type ⇒ Types::MaximumLabelType
Determines the label configuration for the maximum value in a visual.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8617 class DataLabelType < Struct.new( :field_label_type, :data_path_label_type, :range_ends_label_type, :minimum_label_type, :maximum_label_type) SENSITIVE = [] include Aws::Structure end |
#minimum_label_type ⇒ Types::MinimumLabelType
Determines the label configuration for the minimum value in a visual.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8617 class DataLabelType < Struct.new( :field_label_type, :data_path_label_type, :range_ends_label_type, :minimum_label_type, :maximum_label_type) SENSITIVE = [] include Aws::Structure end |
#range_ends_label_type ⇒ Types::RangeEndsLabelType
Determines the label configuration for range end value in a visual.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8617 class DataLabelType < Struct.new( :field_label_type, :data_path_label_type, :range_ends_label_type, :minimum_label_type, :maximum_label_type) SENSITIVE = [] include Aws::Structure end |