Class: Aws::QuickSight::Types::DonutCenterOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_visibilityString

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

Returns:

  • (String)


13330
13331
13332
13333
13334
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13330

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