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.



12829
12830
12831
12832
12833
12834
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12829

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.



12829
12830
12831
12832
12833
12834
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12829

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