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.
25629 25630 25631 25632 25633 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25629 class ReferenceLineStaticDataConfiguration < Struct.new( :value) SENSITIVE = [:value] include Aws::Structure end |