Class: Aws::Types::Cost

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)


275
276
277
# File 'sig/types.rbs', line 275

def amount
  @amount
end

#currency ⇒ ::String

Returns the value of attribute currency.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def currency
  @currency
end

#frequency ⇒ "Hourly", ...

Returns the value of attribute frequency.

Returns:

  • ("Hourly", "Daily", "Monthly", "Yearly")


277
278
279
# File 'sig/types.rbs', line 277

def frequency
  @frequency
end