Table of Contents

Class Owner

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

The owner of an S3 bucket.

public class Owner
Inheritance
Owner
Inherited Members

Constructors

Owner()

public Owner()

Properties

DisplayName

Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

public string DisplayName { get; set; }

Property Value

string

Id

The unique identifier of the owner.

public string Id { get; set; }

Property Value

string