Class: Aws::Types::Total

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


3085
3086
3087
# File 'sig/types.rbs', line 3085

def amount
  @amount
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


3086
3087
3088
# File 'sig/types.rbs', line 3086

def unit
  @unit
end