Class: Aws::QuickSight::Types::ReferenceLineStaticDataConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The static data configuration of the reference line data configuration.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueFloat

The double input of the static data.

Returns:

  • (Float)


24430
24431
24432
24433
24434
# File 'lib/aws-sdk-quicksight/types.rb', line 24430

class ReferenceLineStaticDataConfiguration < Struct.new(
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end