Class: Aws::Types::PutBucketAccelerateConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerate_configurationTypes::AccelerateConfiguration

Returns the value of attribute accelerate_configuration.



2222
2223
2224
# File 'sig/types.rbs', line 2222

def accelerate_configuration
  @accelerate_configuration
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2221
2222
2223
# File 'sig/types.rbs', line 2221

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


2224
2225
2226
# File 'sig/types.rbs', line 2224

def checksum_algorithm
  @checksum_algorithm
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def expected_bucket_owner
  @expected_bucket_owner
end