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 Debug for Destination
[src]
impl Default for Destination
[src]
fn default() -> Destination
Returns the "default value" for a type. Read more
impl Decodable for Destination
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Destination, __D::Error>
Deserialize a value using a Decoder
.