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.



21247
21248
21249
21250
21251
21252
21253
21254
21255
# File 'lib/aws-sdk-s3/types.rb', line 21247

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)


21247
21248
21249
21250
21251
21252
21253
21254
21255
# File 'lib/aws-sdk-s3/types.rb', line 21247

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)


21247
21248
21249
21250
21251
21252
21253
21254
21255
# File 'lib/aws-sdk-s3/types.rb', line 21247

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)


21247
21248
21249
21250
21251
21252
21253
21254
21255
# File 'lib/aws-sdk-s3/types.rb', line 21247

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)


21247
21248
21249
21250
21251
21252
21253
21254
21255
# File 'lib/aws-sdk-s3/types.rb', line 21247

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