Class: Aws::S3::Types::GetBucketOwnershipControlsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketOwnershipControlsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ownership_controls ⇒ Types::OwnershipControls
The ‘OwnershipControls` (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
Instance Attribute Details
#ownership_controls ⇒ Types::OwnershipControls
The ‘OwnershipControls` (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
6118 6119 6120 6121 6122 |
# File 'lib/aws-sdk-s3/types.rb', line 6118 class GetBucketOwnershipControlsOutput < Struct.new( :ownership_controls) SENSITIVE = [] include Aws::Structure end |