Struct aws_sdk_s3control::types::RegionReport
source · #[non_exhaustive]pub struct RegionReport { /* private fields */ }
Expand description
A combination of a bucket and Region that's part of a Multi-Region Access Point.
Implementations§
source§impl RegionReport
impl RegionReport
sourcepub fn bucket_account_id(&self) -> Option<&str>
pub fn bucket_account_id(&self) -> Option<&str>
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
source§impl RegionReport
impl RegionReport
sourcepub fn builder() -> RegionReportBuilder
pub fn builder() -> RegionReportBuilder
Creates a new builder-style object to manufacture RegionReport
.
Trait Implementations§
source§impl Clone for RegionReport
impl Clone for RegionReport
source§fn clone(&self) -> RegionReport
fn clone(&self) -> RegionReport
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 RegionReport
impl Debug for RegionReport
source§impl PartialEq<RegionReport> for RegionReport
impl PartialEq<RegionReport> for RegionReport
source§fn eq(&self, other: &RegionReport) -> bool
fn eq(&self, other: &RegionReport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.