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.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def @allocation_metadata end |
#allocation_type ⇒ "used", ...
Returns the value of attribute allocation_type.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def allocation_type @allocation_type end |
#count ⇒ ::Integer
Returns the value of attribute count.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def count @count end |