Struct rusoto_s3::SourceSelectionCriteria [] [src]

pub struct SourceSelectionCriteria {
    pub sse_kms_encrypted_objects: Option<SseKmsEncryptedObjects>,
}

Container for filters that define which source objects should be replicated.

Fields

Container for filter information of selection of KMS Encrypted S3 objects.

Trait Implementations

impl Default for SourceSelectionCriteria
[src]

[src]

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

impl Debug for SourceSelectionCriteria
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SourceSelectionCriteria
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations