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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18150
18151
18152
18153
18154
18155
# File 'lib/aws-sdk-quicksight/types.rb', line 18150

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)


18150
18151
18152
18153
18154
18155
# File 'lib/aws-sdk-quicksight/types.rb', line 18150

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