Class: Aws::QuickSight::Types::ItemsLimitConfiguration

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

Overview

The limit configuration of the visual display for an axis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items_limitInteger

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

Returns:

  • (Integer)


17484
17485
17486
17487
17488
17489
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17484

class ItemsLimitConfiguration < Struct.new(
  :items_limit,
  :other_categories)
  SENSITIVE = []
  include Aws::Structure
end

#other_categoriesString

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE

  • EXCLUDE

Returns:

  • (String)


17484
17485
17486
17487
17488
17489
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17484

class ItemsLimitConfiguration < Struct.new(
  :items_limit,
  :other_categories)
  SENSITIVE = []
  include Aws::Structure
end