Struct rusoto_s3::ReplicationConfiguration [] [src]

pub struct ReplicationConfiguration {
    pub role: Role,
    pub rules: ReplicationRules,
}

Container for replication rules. You can add as many as 1,000 rules. Total replication configuration size can be up to 2 MB.

Fields

Amazon Resource Name (ARN) of an IAM role for Amazon S3 to assume when replicating the objects.

Container for information about a particular replication rule. Replication configuration must have at least one rule and can contain up to 1,000 rules.

Trait Implementations

impl Default for ReplicationConfiguration
[src]

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

impl Clone for ReplicationConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReplicationConfiguration
[src]

Formats the value using the given formatter.