Class: Aws::QuickSight::Types::ReferenceLineStyleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineStyleConfiguration
- 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
-
#color ⇒ String
The hex color of the reference line.
-
#pattern ⇒ String
The pattern type of the line style.
Instance Attribute Details
#color ⇒ String
The hex color of the reference line.
25654 25655 25656 25657 25658 25659 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25654 class ReferenceLineStyleConfiguration < Struct.new( :pattern, :color) SENSITIVE = [] include Aws::Structure end |
#pattern ⇒ String
The pattern type of the line style. Choose one of the following options:
-
‘SOLID`
-
‘DASHED`
-
‘DOTTED`
25654 25655 25656 25657 25658 25659 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25654 class ReferenceLineStyleConfiguration < Struct.new( :pattern, :color) SENSITIVE = [] include Aws::Structure end |