Class: Aws::Types::CapacityLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_indexing_capacity_in_ocu ⇒ ::Integer

Returns the value of attribute max_indexing_capacity_in_ocu.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def max_indexing_capacity_in_ocu
  @max_indexing_capacity_in_ocu
end

#max_search_capacity_in_ocu ⇒ ::Integer

Returns the value of attribute max_search_capacity_in_ocu.

Returns:

  • (::Integer)


107
108
109
# File 'sig/types.rbs', line 107

def max_search_capacity_in_ocu
  @max_search_capacity_in_ocu
end