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)


9194
9195
9196
9197
9198
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9194

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