Class: Aws::EC2::Types::RecurringCharge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a recurring charge.

Instance Attribute Summary collapse

Instance Attribute Details

#amountFloat

The amount of the recurring charge.

Returns:

  • (Float)


28754
28755
28756
28757
28758
# File 'lib/aws-sdk-ec2/types.rb', line 28754

class RecurringCharge < Struct.new(
  :amount,
  :frequency)
  include Aws::Structure
end

#frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


28754
28755
28756
28757
28758
# File 'lib/aws-sdk-ec2/types.rb', line 28754

class RecurringCharge < Struct.new(
  :amount,
  :frequency)
  include Aws::Structure
end