Class: Aws::QuickSight::Types::DataPointTooltipOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPointTooltipOption
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The data point tooltip options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_status ⇒ String
The status of the data point tool tip options.
Instance Attribute Details
#availability_status ⇒ String
The status of the data point tool tip options.
8240 8241 8242 8243 8244 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8240 class DataPointTooltipOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |