Class: Aws::Types::RecurringCharge

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)


15522
15523
15524
# File 'sig/types.rbs', line 15522

def amount
  @amount
end

#frequency"Hourly"

Returns the value of attribute frequency.

Returns:

  • ("Hourly")


15523
15524
15525
# File 'sig/types.rbs', line 15523

def frequency
  @frequency
end