Class: Aws::QuickSight::Types::DataPointDrillUpDownOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPointDrillUpDownOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The drill down options for data points in a dashbaord.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_status ⇒ String
The status of the drill down options of data points.
Instance Attribute Details
#availability_status ⇒ String
The status of the drill down options of data points.
8758 8759 8760 8761 8762 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8758 class DataPointDrillUpDownOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |