Class: Aws::QuickSight::Types::GeospatialLineWidth

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#line_widthFloat

The positive value for the width of a line.

Returns:

  • (Float)


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