Class Initiator
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
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; }