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
339 |
# File 'sig/client.rbs', line 339
def available_quantity: () -> ::Integer
|
#consumable_resource_arn ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def consumable_resource_arn: () -> ::String
|
#consumable_resource_name ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def consumable_resource_name: () -> ::String
|
#created_at ⇒ ::Integer
341 |
# File 'sig/client.rbs', line 341
def created_at: () -> ::Integer
|
#in_use_quantity ⇒ ::Integer
338 |
# File 'sig/client.rbs', line 338
def in_use_quantity: () -> ::Integer
|
#resource_type ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def resource_type: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
342 |
# File 'sig/client.rbs', line 342
def tags: () -> ::Hash[::String, ::String]
|
#total_quantity ⇒ ::Integer
337 |
# File 'sig/client.rbs', line 337
def total_quantity: () -> ::Integer
|