Struct rusoto_ec2::ScheduledInstancesIpv6Address [] [src]

pub struct ScheduledInstancesIpv6Address {
    pub ipv_6_address: Option<String>,
}

Describes an IPv6 address.

Fields

The IPv6 address.

Trait Implementations

impl Default for ScheduledInstancesIpv6Address
[src]

[src]

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

impl Debug for ScheduledInstancesIpv6Address
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScheduledInstancesIpv6Address
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more