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]

[src]

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

impl Debug for TargetConfigurationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for TargetConfigurationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more