Struct aws_sdk_cloudfront::operation::list_realtime_log_configs::ListRealtimeLogConfigsInput
source · #[non_exhaustive]pub struct ListRealtimeLogConfigsInput {
pub max_items: Option<i32>,
pub marker: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.max_items: Option<i32>The maximum number of real-time log configurations that you want in the response.
marker: Option<String>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.
Implementations§
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.
source§impl ListRealtimeLogConfigsInput
impl ListRealtimeLogConfigsInput
sourcepub fn builder() -> ListRealtimeLogConfigsInputBuilder
pub fn builder() -> ListRealtimeLogConfigsInputBuilder
Creates a new builder-style object to manufacture ListRealtimeLogConfigsInput.
Trait Implementations§
source§impl Clone for ListRealtimeLogConfigsInput
impl Clone for ListRealtimeLogConfigsInput
source§fn clone(&self) -> ListRealtimeLogConfigsInput
fn clone(&self) -> ListRealtimeLogConfigsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListRealtimeLogConfigsInput
impl Debug for ListRealtimeLogConfigsInput
source§impl PartialEq for ListRealtimeLogConfigsInput
impl PartialEq for ListRealtimeLogConfigsInput
source§fn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
fn eq(&self, other: &ListRealtimeLogConfigsInput) -> bool
self and other values to be equal, and is used
by ==.