Struct aws_sdk_s3control::model::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
source§impl RegionReport
impl RegionReport
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==.