Class: Aws::QuickSight::Types::ReferenceLineStaticDataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineStaticDataConfiguration
- 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
-
#value ⇒ Float
The double input of the static data.
Instance Attribute Details
#value ⇒ Float
The double input of the static data.
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 |