Class: Aws::Types::PutBucketReplicationRequest

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:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

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")


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

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


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

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


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

def expected_bucket_owner
  @expected_bucket_owner
end

#replication_configurationTypes::ReplicationConfiguration

Returns the value of attribute replication_configuration.



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

def replication_configuration
  @replication_configuration
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


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

def token
  @token
end