Struct aws_sdk_wafv2::output::CreateRegexPatternSetOutput
source · #[non_exhaustive]pub struct CreateRegexPatternSetOutput { /* private fields */ }
Implementations§
source§impl CreateRegexPatternSetOutput
impl CreateRegexPatternSetOutput
sourcepub fn summary(&self) -> Option<&RegexPatternSetSummary>
pub fn summary(&self) -> 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
.
source§impl CreateRegexPatternSetOutput
impl CreateRegexPatternSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRegexPatternSetOutput
.
Trait Implementations§
source§impl Clone for CreateRegexPatternSetOutput
impl Clone for CreateRegexPatternSetOutput
source§fn clone(&self) -> CreateRegexPatternSetOutput
fn clone(&self) -> CreateRegexPatternSetOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateRegexPatternSetOutput
impl Debug for CreateRegexPatternSetOutput
source§impl PartialEq<CreateRegexPatternSetOutput> for CreateRegexPatternSetOutput
impl PartialEq<CreateRegexPatternSetOutput> for CreateRegexPatternSetOutput
source§fn eq(&self, other: &CreateRegexPatternSetOutput) -> bool
fn eq(&self, other: &CreateRegexPatternSetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.