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]

[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