#[non_exhaustive]pub struct ListLogPatternSetsOutput { /* private fields */ }
Implementations
sourceimpl ListLogPatternSetsOutput
impl ListLogPatternSetsOutput
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
The name of the resource group.
sourcepub fn log_pattern_sets(&self) -> Option<&[String]>
pub fn log_pattern_sets(&self) -> Option<&[String]>
The list of log pattern sets.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
sourceimpl ListLogPatternSetsOutput
impl ListLogPatternSetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListLogPatternSetsOutput
.
Trait Implementations
sourceimpl Clone for ListLogPatternSetsOutput
impl Clone for ListLogPatternSetsOutput
sourcefn clone(&self) -> ListLogPatternSetsOutput
fn clone(&self) -> ListLogPatternSetsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListLogPatternSetsOutput
impl Debug for ListLogPatternSetsOutput
sourceimpl PartialEq<ListLogPatternSetsOutput> for ListLogPatternSetsOutput
impl PartialEq<ListLogPatternSetsOutput> for ListLogPatternSetsOutput
sourcefn eq(&self, other: &ListLogPatternSetsOutput) -> bool
fn eq(&self, other: &ListLogPatternSetsOutput) -> bool
impl StructuralPartialEq for ListLogPatternSetsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListLogPatternSetsOutput
impl Send for ListLogPatternSetsOutput
impl Sync for ListLogPatternSetsOutput
impl Unpin for ListLogPatternSetsOutput
impl UnwindSafe for ListLogPatternSetsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more