Struct rusoto_s3::Initiator[][src]

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

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 Debug for Initiator
[src]

Formats the value using the given formatter. Read more

impl Clone for Initiator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Initiator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Initiator

impl Sync for Initiator