Class: Aws::QuickSight::Types::ReferenceLine

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The reference line visual display options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_configurationTypes::ReferenceLineDataConfiguration

The data configuration of the reference line.



24147
24148
24149
24150
24151
24152
24153
24154
# File 'lib/aws-sdk-quicksight/types.rb', line 24147

class ReferenceLine < Struct.new(
  :status,
  :data_configuration,
  :style_configuration,
  :label_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#label_configurationTypes::ReferenceLineLabelConfiguration

The label configuration of the reference line.



24147
24148
24149
24150
24151
24152
24153
24154
# File 'lib/aws-sdk-quicksight/types.rb', line 24147

class ReferenceLine < Struct.new(
  :status,
  :data_configuration,
  :style_configuration,
  :label_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the reference line. Choose one of the following options:

  • ‘ENABLE`

  • ‘DISABLE`

Returns:

  • (String)


24147
24148
24149
24150
24151
24152
24153
24154
# File 'lib/aws-sdk-quicksight/types.rb', line 24147

class ReferenceLine < Struct.new(
  :status,
  :data_configuration,
  :style_configuration,
  :label_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#style_configurationTypes::ReferenceLineStyleConfiguration

The style configuration of the reference line.



24147
24148
24149
24150
24151
24152
24153
24154
# File 'lib/aws-sdk-quicksight/types.rb', line 24147

class ReferenceLine < Struct.new(
  :status,
  :data_configuration,
  :style_configuration,
  :label_configuration)
  SENSITIVE = []
  include Aws::Structure
end