Class: Aws::QuickSight::Types::DataPointMenuLabelOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPointMenuLabelOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The data point menu options of a dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_status ⇒ String
The status of the data point menu options.
Instance Attribute Details
#availability_status ⇒ String
The status of the data point menu options.
8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8226 class DataPointMenuLabelOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |