Class: Aws::Types::DescribeConsumableResourceResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_quantity::Integer

Returns the value of attribute available_quantity.

Returns:

  • (::Integer)


449
450
451
# File 'sig/types.rbs', line 449

def available_quantity
  @available_quantity
end

#consumable_resource_arn::String

Returns the value of attribute consumable_resource_arn.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def consumable_resource_arn
  @consumable_resource_arn
end

#consumable_resource_name::String

Returns the value of attribute consumable_resource_name.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def consumable_resource_name
  @consumable_resource_name
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


451
452
453
# File 'sig/types.rbs', line 451

def created_at
  @created_at
end

#in_use_quantity::Integer

Returns the value of attribute in_use_quantity.

Returns:

  • (::Integer)


448
449
450
# File 'sig/types.rbs', line 448

def in_use_quantity
  @in_use_quantity
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def resource_type
  @resource_type
end

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

Returns the value of attribute tags.

Returns:

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


452
453
454
# File 'sig/types.rbs', line 452

def tags
  @tags
end

#total_quantity::Integer

Returns the value of attribute total_quantity.

Returns:

  • (::Integer)


447
448
449
# File 'sig/types.rbs', line 447

def total_quantity
  @total_quantity
end