Class: Aws::S3::Types::InventoryTableConfiguration

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

Overview

The inventory table configuration for an S3 Metadata configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_stateString

The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

Returns:

  • (String)


10354
10355
10356
10357
10358
10359
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10354

class InventoryTableConfiguration < Struct.new(
  :configuration_state,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::MetadataTableEncryptionConfiguration

The encryption configuration for the inventory table.



10354
10355
10356
10357
10358
10359
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10354

class InventoryTableConfiguration < Struct.new(
  :configuration_state,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end