Struct aws_sdk_ec2::output::DescribeFlowLogsOutput
source · #[non_exhaustive]pub struct DescribeFlowLogsOutput { /* private fields */ }
Implementations§
source§impl DescribeFlowLogsOutput
impl DescribeFlowLogsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFlowLogsOutput
.
Trait Implementations§
source§impl Clone for DescribeFlowLogsOutput
impl Clone for DescribeFlowLogsOutput
source§fn clone(&self) -> DescribeFlowLogsOutput
fn clone(&self) -> DescribeFlowLogsOutput
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 DescribeFlowLogsOutput
impl Debug for DescribeFlowLogsOutput
source§impl PartialEq<DescribeFlowLogsOutput> for DescribeFlowLogsOutput
impl PartialEq<DescribeFlowLogsOutput> for DescribeFlowLogsOutput
source§fn eq(&self, other: &DescribeFlowLogsOutput) -> bool
fn eq(&self, other: &DescribeFlowLogsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.