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.



2243
2244
2245
# File 'sig/types.rbs', line 2243

def accelerate_configuration
  @accelerate_configuration
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

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


2245
2246
2247
# File 'sig/types.rbs', line 2245

def checksum_algorithm
  @checksum_algorithm
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def expected_bucket_owner
  @expected_bucket_owner
end