#[non_exhaustive]pub struct PutStorageLensConfigurationInput { /* private fields */ }Implementations
sourceimpl PutStorageLensConfigurationInput
impl PutStorageLensConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStorageLensConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStorageLensConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutStorageLensConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutStorageLensConfigurationInput.
sourceimpl PutStorageLensConfigurationInput
impl PutStorageLensConfigurationInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID of the requester.
sourcepub fn storage_lens_configuration(&self) -> Option<&StorageLensConfiguration>
pub fn storage_lens_configuration(&self) -> Option<&StorageLensConfiguration>
The S3 Storage Lens configuration.
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
Trait Implementations
sourceimpl Clone for PutStorageLensConfigurationInput
impl Clone for PutStorageLensConfigurationInput
sourcefn clone(&self) -> PutStorageLensConfigurationInput
fn clone(&self) -> PutStorageLensConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PutStorageLensConfigurationInput> for PutStorageLensConfigurationInput
impl PartialEq<PutStorageLensConfigurationInput> for PutStorageLensConfigurationInput
sourcefn eq(&self, other: &PutStorageLensConfigurationInput) -> bool
fn eq(&self, other: &PutStorageLensConfigurationInput) -> bool
impl StructuralPartialEq for PutStorageLensConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for PutStorageLensConfigurationInput
impl Send for PutStorageLensConfigurationInput
impl Sync for PutStorageLensConfigurationInput
impl Unpin for PutStorageLensConfigurationInput
impl UnwindSafe for PutStorageLensConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more