Class: Aws::Types::PutBucketOwnershipControlsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



2364
2365
2366
# File 'sig/types.rbs', line 2364

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:



2368
2369
2370
# File 'sig/types.rbs', line 2368

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:



2365
2366
2367
# File 'sig/types.rbs', line 2365

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



2366
2367
2368
# File 'sig/types.rbs', line 2366

def expected_bucket_owner
  @expected_bucket_owner
end

#ownership_controlsTypes::OwnershipControls

Returns the value of attribute ownership_controls.

Returns:



2367
2368
2369
# File 'sig/types.rbs', line 2367

def ownership_controls
  @ownership_controls
end