Struct rusoto_ec2::ScheduledInstancesPrivateIpAddressConfig [] [src]

pub struct ScheduledInstancesPrivateIpAddressConfig {
    pub primary: Option<bool>,
    pub private_ip_address: Option<String>,
}

Describes a private IPv4 address for a Scheduled Instance.

Fields

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

The IPv4 address.

Trait Implementations

impl Default for ScheduledInstancesPrivateIpAddressConfig
[src]

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

impl Debug for ScheduledInstancesPrivateIpAddressConfig
[src]

Formats the value using the given formatter.

impl Clone for ScheduledInstancesPrivateIpAddressConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more