Module: Aws::Batch::Client::_DescribeConsumableResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConsumableResourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #available_quantity ⇒ ::Integer
- #consumable_resource_arn ⇒ ::String
- #consumable_resource_name ⇒ ::String
- #created_at ⇒ ::Integer
- #in_use_quantity ⇒ ::Integer
- #resource_type ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #total_quantity ⇒ ::Integer
Instance Method Details
#available_quantity ⇒ ::Integer
336 |
# File 'sig/client.rbs', line 336
def available_quantity: () -> ::Integer
|
#consumable_resource_arn ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def consumable_resource_arn: () -> ::String
|
#consumable_resource_name ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def consumable_resource_name: () -> ::String
|
#created_at ⇒ ::Integer
338 |
# File 'sig/client.rbs', line 338
def created_at: () -> ::Integer
|
#in_use_quantity ⇒ ::Integer
335 |
# File 'sig/client.rbs', line 335
def in_use_quantity: () -> ::Integer
|
#resource_type ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def resource_type: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
339 |
# File 'sig/client.rbs', line 339
def tags: () -> ::Hash[::String, ::String]
|
#total_quantity ⇒ ::Integer
334 |
# File 'sig/client.rbs', line 334
def total_quantity: () -> ::Integer
|