Class: Aws::Types::PutBucketAclRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_policyTypes::AccessControlPolicy

Returns the value of attribute access_control_policy.

Returns:



2251
2252
2253
# File 'sig/types.rbs', line 2251

def access_control_policy
  @access_control_policy
end

#acl"private", ...

Returns the value of attribute acl.

Returns:



2250
2251
2252
# File 'sig/types.rbs', line 2250

def acl
  @acl
end

#bucket::String

Returns the value of attribute bucket.

Returns:



2252
2253
2254
# File 'sig/types.rbs', line 2252

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:



2254
2255
2256
# File 'sig/types.rbs', line 2254

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:



2253
2254
2255
# File 'sig/types.rbs', line 2253

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



2260
2261
2262
# File 'sig/types.rbs', line 2260

def expected_bucket_owner
  @expected_bucket_owner
end

#grant_full_control::String

Returns the value of attribute grant_full_control.

Returns:



2255
2256
2257
# File 'sig/types.rbs', line 2255

def grant_full_control
  @grant_full_control
end

#grant_read::String

Returns the value of attribute grant_read.

Returns:



2256
2257
2258
# File 'sig/types.rbs', line 2256

def grant_read
  @grant_read
end

#grant_read_acp::String

Returns the value of attribute grant_read_acp.

Returns:



2257
2258
2259
# File 'sig/types.rbs', line 2257

def grant_read_acp
  @grant_read_acp
end

#grant_write::String

Returns the value of attribute grant_write.

Returns:



2258
2259
2260
# File 'sig/types.rbs', line 2258

def grant_write
  @grant_write
end

#grant_write_acp::String

Returns the value of attribute grant_write_acp.

Returns:



2259
2260
2261
# File 'sig/types.rbs', line 2259

def grant_write_acp
  @grant_write_acp
end