describeConsumableResource

Returns a description of the specified consumable resource.

Samples

// Returns a description of the specified consumable resource.
val resp = batchClient.describeConsumableResource {
    consumableResource = "myConsumableResource"
}