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
371 |
# File 'sig/client.rbs', line 371
def available_quantity: () -> ::Integer
|
#consumable_resource_arn ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def consumable_resource_arn: () -> ::String
|
#consumable_resource_name ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def consumable_resource_name: () -> ::String
|
#created_at ⇒ ::Integer
373 |
# File 'sig/client.rbs', line 373
def created_at: () -> ::Integer
|
#in_use_quantity ⇒ ::Integer
370 |
# File 'sig/client.rbs', line 370
def in_use_quantity: () -> ::Integer
|
#resource_type ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def resource_type: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
374 |
# File 'sig/client.rbs', line 374
def tags: () -> ::Hash[::String, ::String]
|
#total_quantity ⇒ ::Integer
369 |
# File 'sig/client.rbs', line 369
def total_quantity: () -> ::Integer
|