Class: Aws::QuickSight::Types::GeospatialLineWidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLineWidth
- Includes:
- Structure
- Defined in:
- 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.
17946 17947 17948 17949 17950 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17946 class GeospatialLineWidth < Struct.new( :line_width) SENSITIVE = [] include Aws::Structure end |