Struct rusoto_waf_regional::ListResourcesForWebACLResponse[][src]

pub struct ListResourcesForWebACLResponse {
    pub resource_arns: Option<Vec<String>>,
}

Fields

An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.

Trait Implementations

impl Default for ListResourcesForWebACLResponse
[src]

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

impl Debug for ListResourcesForWebACLResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListResourcesForWebACLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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