Struct rusoto_waf_regional::GetIPSetRequest [] [src]

pub struct GetIPSetRequest {
    pub ip_set_id: ResourceId,
}

Fields

The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

Trait Implementations

impl Default for GetIPSetRequest
[src]

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

impl Debug for GetIPSetRequest
[src]

Formats the value using the given formatter.

impl Clone for GetIPSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more