Struct aws_sdk_rust::aws::s3::bucket::Destination [] [src]

pub struct Destination {
    pub bucket: BucketName,
}

Fields

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

Trait Implementations

impl Debug for Destination
[src]

Formats the value using the given formatter.

impl Default for Destination
[src]

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

impl Decodable for Destination
[src]

Deserialize a value using a Decoder.

impl Encodable for Destination
[src]

Serialize a value using an Encoder.