Class: Aws::S3::Types::InventoryFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InventoryFilter
- 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
-
#prefix ⇒ String
The prefix that an object must have to be included in the inventory results.
Instance Attribute Details
#prefix ⇒ String
The prefix that an object must have to be included in the inventory results.
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 |