Class: Aws::QuickSight::Types::ReferenceLineStyleConfiguration

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

Overview

The style configuration of the reference line.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The hex color of the reference line.

Returns:

  • (String)


23538
23539
23540
23541
23542
23543
# File 'lib/aws-sdk-quicksight/types.rb', line 23538

class ReferenceLineStyleConfiguration < Struct.new(
  :pattern,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#patternString

The pattern type of the line style. Choose one of the following options:

  • ‘SOLID`

  • ‘DASHED`

  • ‘DOTTED`

Returns:

  • (String)


23538
23539
23540
23541
23542
23543
# File 'lib/aws-sdk-quicksight/types.rb', line 23538

class ReferenceLineStyleConfiguration < Struct.new(
  :pattern,
  :color)
  SENSITIVE = []
  include Aws::Structure
end