#[non_exhaustive]pub struct ListRegexPatternSetsOutput { /* private fields */ }Implementations§
source§impl ListRegexPatternSetsOutput
impl ListRegexPatternSetsOutput
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
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.
sourcepub fn regex_pattern_sets(&self) -> Option<&[RegexPatternSetSummary]>
pub fn regex_pattern_sets(&self) -> Option<&[RegexPatternSetSummary]>
An array of RegexPatternSetSummary objects.
source§impl ListRegexPatternSetsOutput
impl ListRegexPatternSetsOutput
sourcepub fn builder() -> ListRegexPatternSetsOutputBuilder
pub fn builder() -> ListRegexPatternSetsOutputBuilder
Creates a new builder-style object to manufacture ListRegexPatternSetsOutput.
Trait Implementations§
source§impl Clone for ListRegexPatternSetsOutput
impl Clone for ListRegexPatternSetsOutput
source§fn clone(&self) -> ListRegexPatternSetsOutput
fn clone(&self) -> ListRegexPatternSetsOutput
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 ListRegexPatternSetsOutput
impl Debug for ListRegexPatternSetsOutput
source§impl PartialEq<ListRegexPatternSetsOutput> for ListRegexPatternSetsOutput
impl PartialEq<ListRegexPatternSetsOutput> for ListRegexPatternSetsOutput
source§fn eq(&self, other: &ListRegexPatternSetsOutput) -> bool
fn eq(&self, other: &ListRegexPatternSetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRegexPatternSetsOutput
impl RequestId for ListRegexPatternSetsOutput
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.