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