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 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)


8878
8879
8880
8881
8882
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8878

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