Class: Aws::S3::Types::MetadataConfiguration

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

Overview

The S3 Metadata configuration for a general purpose bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_table_configurationTypes::InventoryTableConfiguration

The inventory table configuration for a metadata configuration.



12949
12950
12951
12952
12953
12954
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12949

class MetadataConfiguration < Struct.new(
  :journal_table_configuration,
  :inventory_table_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#journal_table_configurationTypes::JournalTableConfiguration

The journal table configuration for a metadata configuration.



12949
12950
12951
12952
12953
12954
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12949

class MetadataConfiguration < Struct.new(
  :journal_table_configuration,
  :inventory_table_configuration)
  SENSITIVE = []
  include Aws::Structure
end