Struct aws_sdk_s3control::model::StorageLensDataExport [−][src]
#[non_exhaustive]pub struct StorageLensDataExport {
pub s3_bucket_destination: Option<S3BucketDestination>,
}
Expand description
A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.
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.s3_bucket_destination: Option<S3BucketDestination>
A container for the bucket where the S3 Storage Lens metrics export will be located.
This bucket must be located in the same Region as the storage lens configuration.
Implementations
A container for the bucket where the S3 Storage Lens metrics export will be located.
This bucket must be located in the same Region as the storage lens configuration.
Creates a new builder-style object to manufacture StorageLensDataExport
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 RefUnwindSafe for StorageLensDataExport
impl Send for StorageLensDataExport
impl Sync for StorageLensDataExport
impl Unpin for StorageLensDataExport
impl UnwindSafe for StorageLensDataExport
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