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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



6205
6206
6207
6208
6209
# File 'lib/aws-sdk-s3/types.rb', line 6205

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