Class: Aws::QuickSight::Types::DataLabelType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_path_label_typeTypes::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_typeTypes::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_typeTypes::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_typeTypes::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_typeTypes::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