Struct aws_sdk_wafv2::output::CreateWebAclOutput
source · [−]#[non_exhaustive]pub struct CreateWebAclOutput {
pub summary: Option<WebAclSummary>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.summary: Option<WebAclSummary>
High-level information about a WebACL
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that you provide to operations like AssociateWebACL
.
Implementations
High-level information about a WebACL
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a WebACL
, and the ARN, that you provide to operations like AssociateWebACL
.
Creates a new builder-style object to manufacture CreateWebAclOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateWebAclOutput
impl Send for CreateWebAclOutput
impl Sync for CreateWebAclOutput
impl Unpin for CreateWebAclOutput
impl UnwindSafe for CreateWebAclOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more