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)


24294
24295
24296
24297
24298
# File 'lib/aws-sdk-quicksight/types.rb', line 24294

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