Struct rusoto_ec2::Ipv6Range [] [src]

pub struct Ipv6Range {
    pub cidr_ipv_6: Option<String>,
}

[EC2-VPC only] Describes an IPv6 range.

Fields

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix.

Trait Implementations

impl Default for Ipv6Range
[src]

[src]

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

impl Debug for Ipv6Range
[src]

[src]

Formats the value using the given formatter.

impl Clone for Ipv6Range
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more