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)


7194
7195
7196
# File 'sig/types.rbs', line 7194

def items_limit
  @items_limit
end

#other_categories"INCLUDE", "EXCLUDE"

Returns the value of attribute other_categories.

Returns:

  • ("INCLUDE", "EXCLUDE")


7195
7196
7197
# File 'sig/types.rbs', line 7195

def other_categories
  @other_categories
end