Struct rusoto_s3::GetBucketReplicationOutput [] [src]

pub struct GetBucketReplicationOutput {
    pub replication_configuration: Option<ReplicationConfiguration>,
}

Fields

Trait Implementations

impl Default for GetBucketReplicationOutput
[src]

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

impl Clone for GetBucketReplicationOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketReplicationOutput
[src]

Formats the value using the given formatter.