Class: Aws::S3::Types::GetBucketOwnershipControlsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ownership_controlsTypes::OwnershipControls

The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.



5890
5891
5892
5893
5894
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5890

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