Struct aws_sdk_waf::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>If you have more RegexPatternSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more RegexPatternSet objects, submit another ListRegexPatternSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
regex_pattern_sets: Option<Vec<RegexPatternSetSummary>>An array of RegexPatternSetSummary objects.
Implementations
If you have more RegexPatternSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more RegexPatternSet objects, submit another ListRegexPatternSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
An array of RegexPatternSetSummary objects.
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
