Struct rusoto_s3::Initiator [] [src]

pub struct Initiator {
    pub display_name: Option<DisplayName>,
    pub id: Option<ID>,
}

Fields

Name of the Principal.

If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

Trait Implementations

impl Default for Initiator
[src]

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

impl Clone for Initiator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Initiator
[src]

Formats the value using the given formatter.