#[non_exhaustive]pub struct ListRealtimeLogConfigsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ListRealtimeLogConfigsInput
impl Clone for ListRealtimeLogConfigsInput
sourcefn clone(&self) -> ListRealtimeLogConfigsInput
fn clone(&self) -> ListRealtimeLogConfigsInput
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 ListRealtimeLogConfigsInput
impl Debug for ListRealtimeLogConfigsInput
sourceimpl PartialEq<ListRealtimeLogConfigsInput> for ListRealtimeLogConfigsInput
impl PartialEq<ListRealtimeLogConfigsInput> for ListRealtimeLogConfigsInput
sourcefn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
fn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
impl StructuralPartialEq for ListRealtimeLogConfigsInput
Auto Trait Implementations
impl RefUnwindSafe for ListRealtimeLogConfigsInput
impl Send for ListRealtimeLogConfigsInput
impl Sync for ListRealtimeLogConfigsInput
impl Unpin for ListRealtimeLogConfigsInput
impl UnwindSafe for ListRealtimeLogConfigsInput
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