Struct rusoto_waf_regional::GetIPSetResponse[][src]

pub struct GetIPSetResponse {
    pub ip_set: Option<IPSet>,
}

Fields

Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics:

  • IPSet: Contains IPSetDescriptors, IPSetId, and Name

  • IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value

Trait Implementations

impl Default for GetIPSetResponse
[src]

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

impl Debug for GetIPSetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIPSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetIPSetResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations