Struct rusoto_s3::GetBucketReplicationOutput [] [src]

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

Fields

Trait Implementations

impl Default for GetBucketReplicationOutput
[src]

[src]

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

impl Debug for GetBucketReplicationOutput
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations