Struct aws_sdk_rust::aws::s3::bucket::Destination
[−]
[src]
pub struct Destination { pub bucket: BucketName, }
Fields
bucket: BucketName
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 Default for Destination
[src]
fn default() -> Destination
Returns the "default value" for a type. Read more