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)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def capacity_unit
  @capacity_unit
end

#quantity::Float

Returns the value of attribute quantity.

Returns:

  • (::Float)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def quantity
  @quantity
end