Class: Aws::Types::UsageQuantity

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)


971
972
973
# File 'sig/types.rbs', line 971

def amount
  @amount
end

#start_hour::Time

Returns the value of attribute start_hour.

Returns:

  • (::Time)


969
970
971
# File 'sig/types.rbs', line 969

def start_hour
  @start_hour
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def unit
  @unit
end