Class: Aws::S3::Types::OwnershipControls
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::OwnershipControls
- 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
-
#rules ⇒ Array<Types::OwnershipControlsRule>
The container element for an ownership control rule.
Instance Attribute Details
#rules ⇒ Array<Types::OwnershipControlsRule>
The container element for an ownership control rule.
12364 12365 12366 12367 12368 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12364 class OwnershipControls < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |