Module: Aws::Batch::Client::_DescribeConsumableResourceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeConsumableResourceResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#available_quantity::Integer

Returns:

  • (::Integer)


383
# File 'sig/client.rbs', line 383

def available_quantity: () -> ::Integer

#consumable_resource_arn::String

Returns:

  • (::String)


380
# File 'sig/client.rbs', line 380

def consumable_resource_arn: () -> ::String

#consumable_resource_name::String

Returns:

  • (::String)


379
# File 'sig/client.rbs', line 379

def consumable_resource_name: () -> ::String

#created_at::Integer

Returns:

  • (::Integer)


385
# File 'sig/client.rbs', line 385

def created_at: () -> ::Integer

#in_use_quantity::Integer

Returns:

  • (::Integer)


382
# File 'sig/client.rbs', line 382

def in_use_quantity: () -> ::Integer

#resource_type::String

Returns:

  • (::String)


384
# File 'sig/client.rbs', line 384

def resource_type: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


386
# File 'sig/client.rbs', line 386

def tags: () -> ::Hash[::String, ::String]

#total_quantity::Integer

Returns:

  • (::Integer)


381
# File 'sig/client.rbs', line 381

def total_quantity: () -> ::Integer