Class: Aws::Types::ItemsLimitConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items_limit::Integer

Returns the value of attribute items_limit.

Returns:

  • (::Integer)


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.

Returns:

  • ("INCLUDE", "EXCLUDE")


6929
6930
6931
# File 'sig/types.rbs', line 6929

def other_categories
  @other_categories
end