Class: Aws::S3::Types::InventoryFilter

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

Overview

Specifies an S3 Inventory filter. The inventory only includes objects that meet the filter's criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prefixString

The prefix that an object must have to be included in the inventory results.

Returns:

  • (String)


10277
10278
10279
10280
10281
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10277

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