Struct rusoto_s3::Initiator [−][src]
Expand description
Container element that identifies who initiated the multipart upload.
Fields
display_name: Option<String>Name of the Principal.
id: Option<String>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
Auto Trait Implementations
impl RefUnwindSafe for Initiator
impl UnwindSafe for Initiator
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more