#[non_exhaustive]pub struct PutStorageLensConfigurationInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for PutStorageLensConfigurationInput
impl Clone for PutStorageLensConfigurationInput
source§fn clone(&self) -> PutStorageLensConfigurationInput
fn clone(&self) -> PutStorageLensConfigurationInput
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 PartialEq<PutStorageLensConfigurationInput> for PutStorageLensConfigurationInput
impl PartialEq<PutStorageLensConfigurationInput> for PutStorageLensConfigurationInput
source§fn eq(&self, other: &PutStorageLensConfigurationInput) -> bool
fn eq(&self, other: &PutStorageLensConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.