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

The display name of the owner.

public string DisplayName { get; set; }

Property Value

string

Id

The unique identifier of the owner.

public string Id { get; set; }

Property Value

string