Class: Aws::S3::Types::UpdateBucketMetadataAnnotationTableConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_table_configurationTypes::AnnotationTableConfigurationUpdates

The annotation table configuration updates to apply.



21236
21237
21238
21239
21240
21241
21242
21243
21244
# File 'lib/aws-sdk-s3/types.rb', line 21236

class UpdateBucketMetadataAnnotationTableConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :annotation_table_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The name of the bucket whose annotation table configuration to update.

Returns:

  • (String)


21236
21237
21238
21239
21240
21241
21242
21243
21244
# File 'lib/aws-sdk-s3/types.rb', line 21236

class UpdateBucketMetadataAnnotationTableConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :annotation_table_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#checksum_algorithmString

Checksum algorithm for the request payload.

Returns:

  • (String)


21236
21237
21238
21239
21240
21241
21242
21243
21244
# File 'lib/aws-sdk-s3/types.rb', line 21236

class UpdateBucketMetadataAnnotationTableConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :annotation_table_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#content_md5String

Base64-encoded MD5 digest of the message body.

Returns:

  • (String)


21236
21237
21238
21239
21240
21241
21242
21243
21244
# File 'lib/aws-sdk-s3/types.rb', line 21236

class UpdateBucketMetadataAnnotationTableConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :annotation_table_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#expected_bucket_ownerString

The account ID of the expected bucket owner.

Returns:

  • (String)


21236
21237
21238
21239
21240
21241
21242
21243
21244
# File 'lib/aws-sdk-s3/types.rb', line 21236

class UpdateBucketMetadataAnnotationTableConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :annotation_table_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end