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
383 |
# File 'sig/client.rbs', line 383 def available_quantity: () -> ::Integer |
#consumable_resource_arn ⇒ ::String
380 |
# File 'sig/client.rbs', line 380 def consumable_resource_arn: () -> ::String |
#consumable_resource_name ⇒ ::String
379 |
# File 'sig/client.rbs', line 379 def consumable_resource_name: () -> ::String |
#created_at ⇒ ::Integer
385 |
# File 'sig/client.rbs', line 385 def created_at: () -> ::Integer |
#in_use_quantity ⇒ ::Integer
382 |
# File 'sig/client.rbs', line 382 def in_use_quantity: () -> ::Integer |
#resource_type ⇒ ::String
384 |
# File 'sig/client.rbs', line 384 def resource_type: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
386 |
# File 'sig/client.rbs', line 386 def tags: () -> ::Hash[::String, ::String] |
#total_quantity ⇒ ::Integer
381 |
# File 'sig/client.rbs', line 381 def total_quantity: () -> ::Integer |