Struct rusoto_ec2::RecurringCharge [] [src]

pub struct RecurringCharge {
    pub amount: Option<f64>,
    pub frequency: Option<String>,
}

Describes a recurring charge.

Fields

The amount of the recurring charge.

The frequency of the recurring charge.

Trait Implementations

impl Default for RecurringCharge
[src]

Returns the "default value" for a type. Read more

impl Debug for RecurringCharge
[src]

Formats the value using the given formatter.

impl Clone for RecurringCharge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more