Table of Contents

Class OwnershipControls

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

The container element for a bucket's ownership controls

public class OwnershipControls
Inheritance
OwnershipControls
Inherited Members

Constructors

OwnershipControls()

public OwnershipControls()

Properties

Rules

A bucket's ownership control rules

public List<OwnershipControlsRule> Rules { get; set; }

Property Value

List<OwnershipControlsRule>