Struct rusoto_ec2::TargetConfigurationRequest[][src]

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

Details about the target configuration.

Fields

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

The Convertible Reserved Instance offering ID.

Trait Implementations

impl Default for TargetConfigurationRequest
[src]

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

impl Debug for TargetConfigurationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for TargetConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TargetConfigurationRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations