Struct rusoto_redshift::IPRange [] [src]

pub struct IPRange {
    pub cidrip: Option<String>,
    pub status: Option<String>,
    pub tags: Option<TagList>,
}

Describes an IP range used in a security group.

Fields

The IP range in Classless Inter-Domain Routing (CIDR) notation.

The status of the IP range, for example, "authorized".

The list of tags for the IP range.

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.

impl Clone for IPRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more