Class: Aws::Types::UsageAllocation
- Inherits:
-
Object
- Object
- Aws::Types::UsageAllocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_usage_quantity ⇒ ::Integer
Returns the value of attribute allocated_usage_quantity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allocated_usage_quantity ⇒ ::Integer
Returns the value of attribute allocated_usage_quantity.
167 168 169 |
# File 'sig/types.rbs', line 167 def allocated_usage_quantity @allocated_usage_quantity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
168 169 170 |
# File 'sig/types.rbs', line 168 def @tags end |