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

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

Overview

Describes a recurring charge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountFloat

The amount of the recurring charge.

Returns:

  • (Float)


54841
54842
54843
54844
54845
54846
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54841

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

#frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


54841
54842
54843
54844
54845
54846
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54841

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