Class: Aws::QuickSight::Types::ReferenceLineStyleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineStyleConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
27208 27209 27210 27211 27212 27213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27208 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
27208 27209 27210 27211 27212 27213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27208 class ReferenceLineStyleConfiguration < Struct.new( :pattern, :color) SENSITIVE = [] include Aws::Structure end |