Class: Aws::QuickSight::Types::GeospatialLineWidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLineWidth
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The width properties for a line.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#line_width ⇒ Float
The positive value for the width of a line.
Instance Attribute Details
#line_width ⇒ Float
The positive value for the width of a line.
18230 18231 18232 18233 18234 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18230 class GeospatialLineWidth < Struct.new( :line_width) SENSITIVE = [] include Aws::Structure end |