Struct rusoto_redshift::IPRange[][src]

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

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. 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