Class: Aws::S3::Types::InventoryTableConfigurationUpdates

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

Overview

The specified updates to the S3 Metadata inventory table 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)


10564
10565
10566
10567
10568
10569
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10564

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

#encryption_configurationTypes::MetadataTableEncryptionConfiguration

The encryption configuration for the inventory table.



10564
10565
10566
10567
10568
10569
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10564

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