Class: Aws::S3::Types::GetBucketOwnershipControlsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketOwnershipControlsOutput
- Defined in:
- gems/aws-sdk-s3/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.
5921 5922 5923 5924 5925 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5921 class GetBucketOwnershipControlsOutput < Struct.new( :ownership_controls) SENSITIVE = [] include Aws::Structure end |