Class: Aws::Types::UsageQuantityResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Float

Returns the value of attribute amount.

Returns:

  • (::Float)


976
977
978
# File 'sig/types.rbs', line 976

def amount
  @amount
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def unit
  @unit
end