Class: Aws::Types::PutObjectAclRequest

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.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def access_control_policy
  @access_control_policy
end

#acl"private", ...

Returns the value of attribute acl.

Returns:

  • ("private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control")


2435
2436
2437
# File 'sig/types.rbs', line 2435

def acl
  @acl
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

  • ("CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128")


2439
2440
2441
# File 'sig/types.rbs', line 2439

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def expected_bucket_owner
  @expected_bucket_owner
end

#grant_full_control::String

Returns the value of attribute grant_full_control.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def grant_full_control
  @grant_full_control
end

#grant_read::String

Returns the value of attribute grant_read.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def grant_read
  @grant_read
end

#grant_read_acp::String

Returns the value of attribute grant_read_acp.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def grant_read_acp
  @grant_read_acp
end

#grant_write::String

Returns the value of attribute grant_write.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def grant_write
  @grant_write
end

#grant_write_acp::String

Returns the value of attribute grant_write_acp.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def grant_write_acp
  @grant_write_acp
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def key
  @key
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


2446
2447
2448
# File 'sig/types.rbs', line 2446

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def version_id
  @version_id
end