Class: Aws::Types::UpdateConsumableResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConsumableResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
-
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
-
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
Instance Attribute Details
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def consumable_resource_arn @consumable_resource_arn end |
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def consumable_resource_name @consumable_resource_name end |
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def total_quantity @total_quantity end |