pub struct DescribeLogStreamsInput {
pub descending: Option<bool>,
pub limit: Option<i32>,
pub log_group_identifier: Option<String>,
pub log_group_name: Option<String>,
pub log_stream_name_prefix: Option<String>,
pub next_token: Option<String>,
pub order_by: Option<OrderBy>,
}Expand description
CloudWatch Logs DescribeLogStreamsInput.
Fields§
§descending: Option<bool>§limit: Option<i32>§log_group_identifier: Option<String>§log_group_name: Option<String>§log_stream_name_prefix: Option<String>§next_token: Option<String>§order_by: Option<OrderBy>Trait Implementations§
Source§impl Clone for DescribeLogStreamsInput
impl Clone for DescribeLogStreamsInput
Source§fn clone(&self) -> DescribeLogStreamsInput
fn clone(&self) -> DescribeLogStreamsInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeLogStreamsInput
impl Debug for DescribeLogStreamsInput
Source§impl Default for DescribeLogStreamsInput
impl Default for DescribeLogStreamsInput
Source§fn default() -> DescribeLogStreamsInput
fn default() -> DescribeLogStreamsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeLogStreamsInput
impl<'de> Deserialize<'de> for DescribeLogStreamsInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DescribeLogStreamsInput
impl RefUnwindSafe for DescribeLogStreamsInput
impl Send for DescribeLogStreamsInput
impl Sync for DescribeLogStreamsInput
impl Unpin for DescribeLogStreamsInput
impl UnsafeUnpin for DescribeLogStreamsInput
impl UnwindSafe for DescribeLogStreamsInput
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