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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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:



11776
11777
11778
11779
11780
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11776

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