Class: Aws::Types::DeviceMinutes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metered::Float

Returns the value of attribute metered.

Returns:

  • (::Float)


321
322
323
# File 'sig/types.rbs', line 321

def metered
  @metered
end

#total::Float

Returns the value of attribute total.

Returns:

  • (::Float)


320
321
322
# File 'sig/types.rbs', line 320

def total
  @total
end

#unmetered::Float

Returns the value of attribute unmetered.

Returns:

  • (::Float)


322
323
324
# File 'sig/types.rbs', line 322

def unmetered
  @unmetered
end