Struct aws_sdk_s3control::input::PutStorageLensConfigurationInput [−][src]
#[non_exhaustive]pub struct PutStorageLensConfigurationInput {
pub config_id: Option<String>,
pub account_id: Option<String>,
pub storage_lens_configuration: Option<StorageLensConfiguration>,
pub tags: Option<Vec<StorageLensTag>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.config_id: Option<String>
The ID of the S3 Storage Lens configuration.
account_id: Option<String>
The account ID of the requester.
storage_lens_configuration: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStorageLensConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStorageLensConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutStorageLensConfiguration
>
Creates a new builder-style object to manufacture PutStorageLensConfigurationInput
The account ID of the requester.
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for PutStorageLensConfigurationInput
impl Sync for PutStorageLensConfigurationInput
impl Unpin for PutStorageLensConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more