#[non_exhaustive]pub struct ListLogPatternsOutput { /* private fields */ }
Implementations
sourceimpl ListLogPatternsOutput
impl ListLogPatternsOutput
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_patterns(&self) -> Option<&[LogPattern]>
pub fn log_patterns(&self) -> Option<&[LogPattern]>
The list of log patterns.
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 ListLogPatternsOutput
impl ListLogPatternsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListLogPatternsOutput
.
Trait Implementations
sourceimpl Clone for ListLogPatternsOutput
impl Clone for ListLogPatternsOutput
sourcefn clone(&self) -> ListLogPatternsOutput
fn clone(&self) -> ListLogPatternsOutput
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 ListLogPatternsOutput
impl Debug for ListLogPatternsOutput
sourceimpl PartialEq<ListLogPatternsOutput> for ListLogPatternsOutput
impl PartialEq<ListLogPatternsOutput> for ListLogPatternsOutput
sourcefn eq(&self, other: &ListLogPatternsOutput) -> bool
fn eq(&self, other: &ListLogPatternsOutput) -> bool
impl StructuralPartialEq for ListLogPatternsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListLogPatternsOutput
impl Send for ListLogPatternsOutput
impl Sync for ListLogPatternsOutput
impl Unpin for ListLogPatternsOutput
impl UnwindSafe for ListLogPatternsOutput
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