#[non_exhaustive]pub struct GetRegexPatternSetOutput { /* private fields */ }Implementations§
source§impl GetRegexPatternSetOutput
impl GetRegexPatternSetOutput
sourcepub fn regex_pattern_set(&self) -> Option<&RegexPatternSet>
pub fn regex_pattern_set(&self) -> Option<&RegexPatternSet>
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
source§impl GetRegexPatternSetOutput
impl GetRegexPatternSetOutput
sourcepub fn builder() -> GetRegexPatternSetOutputBuilder
pub fn builder() -> GetRegexPatternSetOutputBuilder
Creates a new builder-style object to manufacture GetRegexPatternSetOutput.
Trait Implementations§
source§impl Clone for GetRegexPatternSetOutput
impl Clone for GetRegexPatternSetOutput
source§fn clone(&self) -> GetRegexPatternSetOutput
fn clone(&self) -> GetRegexPatternSetOutput
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 GetRegexPatternSetOutput
impl Debug for GetRegexPatternSetOutput
source§impl PartialEq<GetRegexPatternSetOutput> for GetRegexPatternSetOutput
impl PartialEq<GetRegexPatternSetOutput> for GetRegexPatternSetOutput
source§fn eq(&self, other: &GetRegexPatternSetOutput) -> bool
fn eq(&self, other: &GetRegexPatternSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetRegexPatternSetOutput
impl RequestId for GetRegexPatternSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.