Class: Aws::Types::ConsumableResourceRequirement
- Inherits:
-
Object
- Object
- Aws::Types::ConsumableResourceRequirement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource ⇒ ::String
Returns the value of attribute consumable_resource.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#consumable_resource ⇒ ::String
Returns the value of attribute consumable_resource.
198 199 200 |
# File 'sig/types.rbs', line 198 def consumable_resource @consumable_resource end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
199 200 201 |
# File 'sig/types.rbs', line 199 def quantity @quantity end |