Class: Aws::S3::Types::UpdateBucketMetadataJournalTableConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The general purpose bucket that corresponds to the metadata configuration that you want to enable or disable journal table record expiration for.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
19212
19213
19214
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19206

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

#checksum_algorithmString

The checksum algorithm to use with your journal table configuration.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
19212
19213
19214
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19206

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

#content_md5String

The Content-MD5 header for the journal table configuration.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
19212
19213
19214
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19206

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

#expected_bucket_ownerString

The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable journal table record expiration for.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
19212
19213
19214
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19206

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

#journal_table_configurationTypes::JournalTableConfigurationUpdates

The contents of your journal table configuration.



19206
19207
19208
19209
19210
19211
19212
19213
19214
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 19206

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