Class: Aws::Types::UpdateConsumableResourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_arn::String

Returns the value of attribute consumable_resource_arn.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def consumable_resource_arn
  @consumable_resource_arn
end

#consumable_resource_name::String

Returns the value of attribute consumable_resource_name.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def consumable_resource_name
  @consumable_resource_name
end

#total_quantity::Integer

Returns the value of attribute total_quantity.

Returns:

  • (::Integer)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def total_quantity
  @total_quantity
end