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
Gets and sets the property Id.
If the principal is an Amazon Web Services 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; }