Struct rusoto_ec2::TargetConfiguration [] [src]

pub struct TargetConfiguration {
    pub instance_count: Option<i64>,
    pub offering_id: Option<String>,
}

Information about the Convertible Reserved Instance offering.

Fields

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

The ID of the Convertible Reserved Instance offering.

Trait Implementations

impl Default for TargetConfiguration
[src]

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

impl Debug for TargetConfiguration
[src]

Formats the value using the given formatter.

impl Clone for TargetConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more