Struct rusoto_s3::InventoryS3BucketDestination [−][src]
pub struct InventoryS3BucketDestination {
pub account_id: Option<String>,
pub bucket: String,
pub encryption: Option<InventoryEncryption>,
pub format: String,
pub prefix: Option<String>,
}Expand description
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Fields
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: StringThe Amazon Resource Name (ARN) of the bucket where inventory results will be published.
encryption: Option<InventoryEncryption>Contains the type of server-side encryption used to encrypt the inventory results.
format: StringSpecifies the output format of the inventory results.
prefix: Option<String>The prefix that is prepended to all inventory results.
Trait Implementations
Returns the “default value” for a type. Read more
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 InventoryS3BucketDestination
impl Sync for InventoryS3BucketDestination
impl Unpin for InventoryS3BucketDestination
impl UnwindSafe for InventoryS3BucketDestination
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