Struct rusoto_ec2::Ipv6Range[][src]

pub struct Ipv6Range {
    pub cidr_ipv_6: Option<String>,
    pub description: 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 length.

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

Trait Implementations

impl Default for Ipv6Range
[src]

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

impl Debug for Ipv6Range
[src]

Formats the value using the given formatter. Read more

impl Clone for Ipv6Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Ipv6Range
[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

impl Send for Ipv6Range

impl Sync for Ipv6Range