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
834 |
# File 'sig/client.rbs', line 834
def consumable_resource_arn: () -> ::String
|
#consumable_resource_name ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def consumable_resource_name: () -> ::String
|
#total_quantity ⇒ ::Integer
835 |
# File 'sig/client.rbs', line 835
def total_quantity: () -> ::Integer
|