Class: Aws::Types::QuotaShareCapacityUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unit::String

Returns the value of attribute capacity_unit.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def capacity_unit
  @capacity_unit
end

#quantity::Float

Returns the value of attribute quantity.

Returns:

  • (::Float)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def quantity
  @quantity
end