Module: Aws::Batch::Client::_UpdateConsumableResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConsumableResourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #consumable_resource_arn ⇒ ::String
- #consumable_resource_name ⇒ ::String
- #total_quantity ⇒ ::Integer
Instance Method Details
#consumable_resource_arn ⇒ ::String
828 |
# File 'sig/client.rbs', line 828
def consumable_resource_arn: () -> ::String
|
#consumable_resource_name ⇒ ::String
827 |
# File 'sig/client.rbs', line 827
def consumable_resource_name: () -> ::String
|
#total_quantity ⇒ ::Integer
829 |
# File 'sig/client.rbs', line 829
def total_quantity: () -> ::Integer
|