Struct rusoto_rds::IPRange[][src]

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

This data type is used as a response element in the DescribeDBSecurityGroups action.

Fields

Specifies the IP range.

Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

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