Class: Aws::QuickSight::Types::PluginVisualItemsLimitConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PluginVisualItemsLimitConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A query limits configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items_limit ⇒ Integer
Determines how many values are be fetched at once.
Instance Attribute Details
#items_limit ⇒ Integer
Determines how many values are be fetched at once.
25948 25949 25950 25951 25952 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25948 class PluginVisualItemsLimitConfiguration < Struct.new( :items_limit) SENSITIVE = [] include Aws::Structure end |