#[non_exhaustive]pub struct GetStorageLensConfigurationTaggingOutput { /* private fields */ }
Implementations§
source§impl GetStorageLensConfigurationTaggingOutput
impl GetStorageLensConfigurationTaggingOutput
The tags of S3 Storage Lens configuration requested.
source§impl GetStorageLensConfigurationTaggingOutput
impl GetStorageLensConfigurationTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStorageLensConfigurationTaggingOutput
.
Trait Implementations§
source§impl Clone for GetStorageLensConfigurationTaggingOutput
impl Clone for GetStorageLensConfigurationTaggingOutput
source§fn clone(&self) -> GetStorageLensConfigurationTaggingOutput
fn clone(&self) -> GetStorageLensConfigurationTaggingOutput
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 more