pub struct DescribeFlowLogsResult {
pub flow_logs: Option<Vec<FlowLog>>,
pub next_token: Option<String>,
}Fields§
§flow_logs: Option<Vec<FlowLog>>Information about the flow logs.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeFlowLogsResult
impl Clone for DescribeFlowLogsResult
Source§fn clone(&self) -> DescribeFlowLogsResult
fn clone(&self) -> DescribeFlowLogsResult
Returns a duplicate 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 DescribeFlowLogsResult
impl Debug for DescribeFlowLogsResult
Source§impl Default for DescribeFlowLogsResult
impl Default for DescribeFlowLogsResult
Source§fn default() -> DescribeFlowLogsResult
fn default() -> DescribeFlowLogsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeFlowLogsResult
impl PartialEq for DescribeFlowLogsResult
impl StructuralPartialEq for DescribeFlowLogsResult
Auto Trait Implementations§
impl Freeze for DescribeFlowLogsResult
impl RefUnwindSafe for DescribeFlowLogsResult
impl Send for DescribeFlowLogsResult
impl Sync for DescribeFlowLogsResult
impl Unpin for DescribeFlowLogsResult
impl UnwindSafe for DescribeFlowLogsResult
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