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]

[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