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.
8772 8773 8774 8775 8776 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8772 class DataPointMenuLabelOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |