Class: Aws::S3::Types::GetBucketInventoryConfigurationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_configurationTypes::InventoryConfiguration

Specifies the inventory configuration.



5621
5622
5623
5624
5625
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5621

class GetBucketInventoryConfigurationOutput < Struct.new(
  :inventory_configuration)
  SENSITIVE = []
  include Aws::Structure
end