Class: Aws::S3::Types::OwnershipControls

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The container element for a bucket’s ownership controls.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::OwnershipControlsRule>

The container element for an ownership control rule.

Returns:



11807
11808
11809
11810
11811
# File 'lib/aws-sdk-s3/types.rb', line 11807

class OwnershipControls < Struct.new(
  :rules)
  SENSITIVE = []
  include Aws::Structure
end