Class: Aws::QuickSight::Types::ReferenceLineStaticDataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineStaticDataConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
27183 27184 27185 27186 27187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27183 class ReferenceLineStaticDataConfiguration < Struct.new( :value) SENSITIVE = [:value] include Aws::Structure end |