Class: Aws::Types::CapacityAllocation
- Inherits:
-
Object
- Object
- Aws::Types::CapacityAllocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_metadata ⇒ ::Array[Types::CapacityAllocationMetadataEntry]
Returns the value of attribute allocation_metadata.
-
#allocation_type ⇒ "used", ...
Returns the value of attribute allocation_type.
-
#count ⇒ ::Integer
Returns the value of attribute count.
Instance Attribute Details
#allocation_metadata ⇒ ::Array[Types::CapacityAllocationMetadataEntry]
Returns the value of attribute allocation_metadata.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def @allocation_metadata end |
#allocation_type ⇒ "used", ...
Returns the value of attribute allocation_type.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def allocation_type @allocation_type end |
#count ⇒ ::Integer
Returns the value of attribute count.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def count @count end |