Class: Aws::QuickSight::Types::DataPointDrillUpDownOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_statusString

The status of the drill down options of data points.

Returns:

  • (String)


8178
8179
8180
8181
8182
# File 'lib/aws-sdk-quicksight/types.rb', line 8178

class DataPointDrillUpDownOption < Struct.new(
  :availability_status)
  SENSITIVE = []
  include Aws::Structure
end