#[non_exhaustive]pub struct ListRealtimeLogConfigsInput { /* private fields */ }
Implementations§
source§impl ListRealtimeLogConfigsInput
impl ListRealtimeLogConfigsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRealtimeLogConfigs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRealtimeLogConfigs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRealtimeLogConfigs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRealtimeLogConfigsInput
.
source§impl ListRealtimeLogConfigsInput
impl ListRealtimeLogConfigsInput
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of real-time log configurations that you want in the response.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker
from the current page's response.
Trait Implementations§
source§impl Clone for ListRealtimeLogConfigsInput
impl Clone for ListRealtimeLogConfigsInput
source§fn clone(&self) -> ListRealtimeLogConfigsInput
fn clone(&self) -> ListRealtimeLogConfigsInput
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 ListRealtimeLogConfigsInput
impl Debug for ListRealtimeLogConfigsInput
source§impl PartialEq<ListRealtimeLogConfigsInput> for ListRealtimeLogConfigsInput
impl PartialEq<ListRealtimeLogConfigsInput> for ListRealtimeLogConfigsInput
source§fn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
fn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.