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)


10445
10446
10447
10448
10449
10450
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10445

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

#encryption_configurationTypes::MetadataTableEncryptionConfiguration

The encryption configuration for the inventory table.



10445
10446
10447
10448
10449
10450
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10445

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