Struct aws_sdk_ec2::model::VerifiedAccessLogS3Destination
source · #[non_exhaustive]pub struct VerifiedAccessLogS3Destination { /* private fields */ }
Expand description
Options for Amazon S3 as a logging destination.
Implementations§
source§impl VerifiedAccessLogS3Destination
impl VerifiedAccessLogS3Destination
sourcepub fn delivery_status(&self) -> Option<&VerifiedAccessLogDeliveryStatus>
pub fn delivery_status(&self) -> Option<&VerifiedAccessLogDeliveryStatus>
The delivery status.
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The bucket name.
sourcepub fn bucket_owner(&self) -> Option<&str>
pub fn bucket_owner(&self) -> Option<&str>
The Amazon Web Services account number that owns the bucket.
source§impl VerifiedAccessLogS3Destination
impl VerifiedAccessLogS3Destination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessLogS3Destination
.
Trait Implementations§
source§impl Clone for VerifiedAccessLogS3Destination
impl Clone for VerifiedAccessLogS3Destination
source§fn clone(&self) -> VerifiedAccessLogS3Destination
fn clone(&self) -> VerifiedAccessLogS3Destination
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 PartialEq<VerifiedAccessLogS3Destination> for VerifiedAccessLogS3Destination
impl PartialEq<VerifiedAccessLogS3Destination> for VerifiedAccessLogS3Destination
source§fn eq(&self, other: &VerifiedAccessLogS3Destination) -> bool
fn eq(&self, other: &VerifiedAccessLogS3Destination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.