#[non_exhaustive]pub struct ListLogPatternsInput { /* private fields */ }
Implementations§
source§impl ListLogPatternsInput
impl ListLogPatternsInput
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
The name of the resource group.
sourcepub fn pattern_set_name(&self) -> Option<&str>
pub fn pattern_set_name(&self) -> Option<&str>
The name of the log pattern set.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken
value.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to request the next page of results.
source§impl ListLogPatternsInput
impl ListLogPatternsInput
sourcepub fn builder() -> ListLogPatternsInputBuilder
pub fn builder() -> ListLogPatternsInputBuilder
Creates a new builder-style object to manufacture ListLogPatternsInput
.
source§impl ListLogPatternsInput
impl ListLogPatternsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListLogPatterns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListLogPatterns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListLogPatterns
>
Trait Implementations§
source§impl Clone for ListLogPatternsInput
impl Clone for ListLogPatternsInput
source§fn clone(&self) -> ListLogPatternsInput
fn clone(&self) -> ListLogPatternsInput
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 ListLogPatternsInput
impl Debug for ListLogPatternsInput
source§impl PartialEq<ListLogPatternsInput> for ListLogPatternsInput
impl PartialEq<ListLogPatternsInput> for ListLogPatternsInput
source§fn eq(&self, other: &ListLogPatternsInput) -> bool
fn eq(&self, other: &ListLogPatternsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListLogPatternsInput
Auto Trait Implementations§
impl RefUnwindSafe for ListLogPatternsInput
impl Send for ListLogPatternsInput
impl Sync for ListLogPatternsInput
impl Unpin for ListLogPatternsInput
impl UnwindSafe for ListLogPatternsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more