Struct rusoto_waf::CreateIPSetRequest [] [src]

pub struct CreateIPSetRequest {
    pub change_token: String,
    pub name: String,
}

Fields

The value returned by the most recent call to GetChangeToken.

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

Trait Implementations

impl Default for CreateIPSetRequest
[src]

[src]

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

impl Debug for CreateIPSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateIPSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more