Class: Aws::QuickSight::Types::ItemsLimitConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ItemsLimitConfiguration
- 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
-
#items_limit ⇒ Integer
The limit on how many items of a field are showed in the chart.
-
#other_categories ⇒ String
The ‘Show other` of an axis in the chart.
Instance Attribute Details
#items_limit ⇒ Integer
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.
19179 19180 19181 19182 19183 19184 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19179 class ItemsLimitConfiguration < Struct.new( :items_limit, :other_categories) SENSITIVE = [] include Aws::Structure end |
#other_categories ⇒ String
The ‘Show other` of an axis in the chart. Choose one of the following options:
-
‘INCLUDE`
-
‘EXCLUDE`
19179 19180 19181 19182 19183 19184 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19179 class ItemsLimitConfiguration < Struct.new( :items_limit, :other_categories) SENSITIVE = [] include Aws::Structure end |