Struct rusoto_waf::CreateWebACLResponse [] [src]

pub struct CreateWebACLResponse {
    pub change_token: Option<ChangeToken>,
    pub web_acl: Option<WebACL>,
}

Fields

The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

The WebACL returned in the CreateWebACL response.

Trait Implementations

impl Default for CreateWebACLResponse
[src]

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

impl Debug for CreateWebACLResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateWebACLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more