Class: Aws::S3::Types::CreateBucketMetadataTableConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CreateBucketMetadataTableConfigurationRequest
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The general purpose bucket that you want to create the metadata table configuration for.
-
#checksum_algorithm ⇒ String
The checksum algorithm to use with your metadata table configuration.
-
#content_md5 ⇒ String
The
Content-MD5header for the metadata table configuration. -
#expected_bucket_owner ⇒ String
The expected owner of the general purpose bucket that corresponds to your metadata table configuration.
-
#metadata_table_configuration ⇒ Types::MetadataTableConfiguration
The contents of your metadata table configuration.
Instance Attribute Details
#bucket ⇒ String
The general purpose bucket that you want to create the metadata table configuration for.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2907 class CreateBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :metadata_table_configuration, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#checksum_algorithm ⇒ String
The checksum algorithm to use with your metadata table configuration.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2907 class CreateBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :metadata_table_configuration, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#content_md5 ⇒ String
The Content-MD5 header for the metadata table configuration.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2907 class CreateBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :metadata_table_configuration, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The expected owner of the general purpose bucket that corresponds to your metadata table configuration.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2907 class CreateBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :metadata_table_configuration, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#metadata_table_configuration ⇒ Types::MetadataTableConfiguration
The contents of your metadata table configuration.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2907 class CreateBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :content_md5, :checksum_algorithm, :metadata_table_configuration, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |