Struct rusoto_waf_regional::AssociateWebACLRequest[][src]

pub struct AssociateWebACLRequest {
    pub resource_arn: String,
    pub web_acl_id: String,
}

Fields

The ARN (Amazon Resource Name) of the resource to be protected.

A unique identifier (ID) for the web ACL.

Trait Implementations

impl Default for AssociateWebACLRequest
[src]

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

impl Debug for AssociateWebACLRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateWebACLRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AssociateWebACLRequest
[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