Struct rusoto_waf::IPSetUpdate [] [src]

pub struct IPSetUpdate {
    pub action: String,
    pub ip_set_descriptor: IPSetDescriptor,
}

Specifies the type of update to perform to an IPSet with UpdateIPSet.

Fields

Specifies whether to insert or delete an IP address with UpdateIPSet.

The IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) that web requests originate from.

Trait Implementations

impl Default for IPSetUpdate
[src]

[src]

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

impl Debug for IPSetUpdate
[src]

[src]

Formats the value using the given formatter.

impl Clone for IPSetUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more