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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



7578
7579
7580
7581
7582
7583
7584
7585
7586
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7578

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.



7578
7579
7580
7581
7582
7583
7584
7585
7586
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7578

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.



7578
7579
7580
7581
7582
7583
7584
7585
7586
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7578

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.



7578
7579
7580
7581
7582
7583
7584
7585
7586
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7578

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.



7578
7579
7580
7581
7582
7583
7584
7585
7586
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7578

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