Class: Aws::S3::Types::CreateBucketMetadataTableConfigurationRequest

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 you want to create the metadata table configuration for.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2785

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

#checksum_algorithmString

The checksum algorithm to use with your metadata table configuration.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2785

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

#content_md5String

The Content-MD5 header for the metadata table configuration.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2785

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

#expected_bucket_ownerString

The expected owner of the general purpose bucket that corresponds to your metadata table configuration.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2785

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

#metadata_table_configurationTypes::MetadataTableConfiguration

The contents of your metadata table configuration.



2785
2786
2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2785

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