Struct aws_sdk_rust::aws::s3::object::Initiator [] [src]

pub struct Initiator {
    pub display_name: DisplayName,
    pub id: 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 Debug for Initiator
[src]

Formats the value using the given formatter.

impl Default for Initiator
[src]

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

impl Decodable for Initiator
[src]

Deserialize a value using a Decoder.

impl Encodable for Initiator
[src]

Serialize a value using an Encoder.