Class: Aws::QuickSight::Types::DataPointMenuLabelOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPointMenuLabelOption
- Defined in:
- gems/aws-sdk-quicksight/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.
8809 8810 8811 8812 8813 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8809 class DataPointMenuLabelOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |