Struct rusoto_ec2::IpRange[][src]

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

A description for the security group rule that references this IPv4 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 IpRange
[src]

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

impl Debug for IpRange
[src]

Formats the value using the given formatter. Read more

impl Clone for IpRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for IpRange