Struct aws_sdk_wafv2::output::ListRegexPatternSetsOutput
source · [−]#[non_exhaustive]pub struct ListRegexPatternSetsOutput {
pub next_marker: Option<String>,
pub regex_pattern_sets: Option<Vec<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.next_marker: Option<String>
When you request a list of objects with a Limit
setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
regex_pattern_sets: Option<Vec<RegexPatternSetSummary>>
Implementations
When you request a list of objects with a Limit
setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
Creates a new builder-style object to manufacture ListRegexPatternSetsOutput
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 ListRegexPatternSetsOutput
impl Send for ListRegexPatternSetsOutput
impl Sync for ListRegexPatternSetsOutput
impl Unpin for ListRegexPatternSetsOutput
impl UnwindSafe for ListRegexPatternSetsOutput
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