Struct rusoto_s3::Destination [] [src]

pub struct Destination {
    pub bucket: BucketName,
    pub storage_class: Option<StorageClass>,
}

Fields

Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.

The class of storage used to store the object.

Trait Implementations

impl Default for Destination
[src]

Returns the "default value" for a type. Read more

impl Clone for Destination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Destination
[src]

Formats the value using the given formatter.