Class: Aws::Types::CapacityLimits
- Inherits:
-
Object
- Object
- Aws::Types::CapacityLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_indexing_capacity_in_ocu ⇒ ::Integer
Returns the value of attribute max_indexing_capacity_in_ocu.
-
#max_search_capacity_in_ocu ⇒ ::Integer
Returns the value of attribute max_search_capacity_in_ocu.
Instance Attribute Details
#max_indexing_capacity_in_ocu ⇒ ::Integer
Returns the value of attribute max_indexing_capacity_in_ocu.
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.
107 108 109 |
# File 'sig/types.rbs', line 107 def max_search_capacity_in_ocu @max_search_capacity_in_ocu end |