Table of Contents

Class Initiator

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Identifies who initiated the multipart upload.

public class Initiator
Inheritance
Initiator
Inherited Members

Constructors

Initiator()

public Initiator()

Properties

DisplayName

Name of the Principal.

public string DisplayName { get; set; }

Property Value

string

Id

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.

public string Id { get; set; }

Property Value

string