Struct rusoto_ec2::IpRange [] [src]

pub struct IpRange {
    pub cidr_ip: Option<String>,
}

Describes an IPv4 range.

Fields

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

Trait Implementations

impl Default for IpRange
[src]

[src]

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

impl Debug for IpRange
[src]

[src]

Formats the value using the given formatter.

impl Clone for IpRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more