Class: Aws::S3::Types::OwnershipControls
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::OwnershipControls
- 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
-
#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.
12175 12176 12177 12178 12179 |
# File 'lib/aws-sdk-s3/types.rb', line 12175 class OwnershipControls < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |