Struct aws_sdk_ec2::model::VerifiedAccessLogs
source · #[non_exhaustive]pub struct VerifiedAccessLogs { /* private fields */ }
Expand description
Describes the destinations for Verified Access logs.
Implementations§
source§impl VerifiedAccessLogs
impl VerifiedAccessLogs
sourcepub fn s3(&self) -> Option<&VerifiedAccessLogS3Destination>
pub fn s3(&self) -> Option<&VerifiedAccessLogS3Destination>
Amazon S3 logging options.
sourcepub fn cloud_watch_logs(
&self
) -> Option<&VerifiedAccessLogCloudWatchLogsDestination>
pub fn cloud_watch_logs(
&self
) -> Option<&VerifiedAccessLogCloudWatchLogsDestination>
CloudWatch Logs logging destination.
sourcepub fn kinesis_data_firehose(
&self
) -> Option<&VerifiedAccessLogKinesisDataFirehoseDestination>
pub fn kinesis_data_firehose(
&self
) -> Option<&VerifiedAccessLogKinesisDataFirehoseDestination>
Kinesis logging destination.
source§impl VerifiedAccessLogs
impl VerifiedAccessLogs
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessLogs
.
Trait Implementations§
source§impl Clone for VerifiedAccessLogs
impl Clone for VerifiedAccessLogs
source§fn clone(&self) -> VerifiedAccessLogs
fn clone(&self) -> VerifiedAccessLogs
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 VerifiedAccessLogs
impl Debug for VerifiedAccessLogs
source§impl PartialEq<VerifiedAccessLogs> for VerifiedAccessLogs
impl PartialEq<VerifiedAccessLogs> for VerifiedAccessLogs
source§fn eq(&self, other: &VerifiedAccessLogs) -> bool
fn eq(&self, other: &VerifiedAccessLogs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.