Struct aws_sdk_s3::model::AnalyticsS3BucketDestination [−][src]
#[non_exhaustive]pub struct AnalyticsS3BucketDestination {
pub format: Option<AnalyticsS3ExportFileFormat>,
pub bucket_account_id: Option<String>,
pub bucket: Option<String>,
pub prefix: Option<String>,
}
Expand description
Contains information about where to publish the analytics results.
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.format: Option<AnalyticsS3ExportFileFormat>
Specifies the file format used when exporting data to Amazon S3.
bucket_account_id: Option<String>
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
bucket: Option<String>
The Amazon Resource Name (ARN) of the bucket to which data is exported.
prefix: Option<String>
The prefix to use when exporting data. The prefix is prepended to all results.
Implementations
Creates a new builder-style object to manufacture AnalyticsS3BucketDestination
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 AnalyticsS3BucketDestination
impl Sync for AnalyticsS3BucketDestination
impl Unpin for AnalyticsS3BucketDestination
impl UnwindSafe for AnalyticsS3BucketDestination
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