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]

[src]

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

impl Debug for IpRange
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for IpRange

impl Sync for IpRange