Struct aws_sdk_wafv2::output::CreateRegexPatternSetOutput
source · [−]#[non_exhaustive]pub struct CreateRegexPatternSetOutput {
pub summary: Option<RegexPatternSetSummary>,
}
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<RegexPatternSetSummary>
High-level information about a RegexPatternSet
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet
, and the ARN, that you provide to the RegexPatternSetReferenceStatement
to use the pattern set in a Rule
.
Implementations
High-level information about a RegexPatternSet
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet
, and the ARN, that you provide to the RegexPatternSetReferenceStatement
to use the pattern set in a Rule
.
Creates a new builder-style object to manufacture CreateRegexPatternSetOutput
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 CreateRegexPatternSetOutput
impl Send for CreateRegexPatternSetOutput
impl Sync for CreateRegexPatternSetOutput
impl Unpin for CreateRegexPatternSetOutput
impl UnwindSafe for CreateRegexPatternSetOutput
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