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.
30236 30237 30238 30239 30240 30241 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30236 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:
SOLIDDASHEDDOTTED
30236 30237 30238 30239 30240 30241 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30236 class ReferenceLineStyleConfiguration < Struct.new( :pattern, :color) SENSITIVE = [] include Aws::Structure end |