Struct aws_sdk_s3control::types::StorageLensAwsOrg
source · #[non_exhaustive]pub struct StorageLensAwsOrg { /* private fields */ }
Expand description
The Amazon Web Services organization for your S3 Storage Lens.
Implementations§
source§impl StorageLensAwsOrg
impl StorageLensAwsOrg
sourcepub fn builder() -> StorageLensAwsOrgBuilder
pub fn builder() -> StorageLensAwsOrgBuilder
Creates a new builder-style object to manufacture StorageLensAwsOrg
.
Trait Implementations§
source§impl Clone for StorageLensAwsOrg
impl Clone for StorageLensAwsOrg
source§fn clone(&self) -> StorageLensAwsOrg
fn clone(&self) -> StorageLensAwsOrg
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 StorageLensAwsOrg
impl Debug for StorageLensAwsOrg
source§impl PartialEq<StorageLensAwsOrg> for StorageLensAwsOrg
impl PartialEq<StorageLensAwsOrg> for StorageLensAwsOrg
source§fn eq(&self, other: &StorageLensAwsOrg) -> bool
fn eq(&self, other: &StorageLensAwsOrg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.