Class: Aws::Types::ItemsLimitConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ItemsLimitConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items_limit ⇒ ::Integer
Returns the value of attribute items_limit.
-
#other_categories ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute other_categories.
Instance Attribute Details
#items_limit ⇒ ::Integer
Returns the value of attribute items_limit.
6928 6929 6930 |
# File 'sig/types.rbs', line 6928 def items_limit @items_limit end |
#other_categories ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute other_categories.
6929 6930 6931 |
# File 'sig/types.rbs', line 6929 def other_categories @other_categories end |