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

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

Overview

Note:

When making an API call, you may pass InventoryFilter data as a hash:

{
  prefix: "Prefix", # required
}

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)


7954
7955
7956
7957
7958
# File 'lib/aws-sdk-s3/types.rb', line 7954

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