Struct rusoto_waf::IPSetSummary [] [src]

pub struct IPSetSummary {
    pub ip_set_id: String,
    pub name: String,
}

Contains the identifier and the name of the IPSet.

Fields

The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

Trait Implementations

impl Default for IPSetSummary
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for IPSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for IPSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more