Class: Aws::BackupSearch::Types::S3ItemFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::S3ItemFilter
- Defined in:
- gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb
Overview
This contains arrays of objects, which may include ObjectKeys, Sizes, CreationTimes, VersionIds, and/or Etags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
-
#etags ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
-
#object_keys ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
-
#sizes ⇒ Array<Types::LongCondition>
You can include 1 to 10 values.
-
#version_ids ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
Instance Attribute Details
#creation_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
If one value is included, the results will return only items that match the value.
If more than one value is included, the results will return all items that match any of the values.
896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 896 class S3ItemFilter < Struct.new( :object_keys, :sizes, :creation_times, :version_ids, :etags) SENSITIVE = [] include Aws::Structure end |
#etags ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
If one value is included, the results will return only items that match the value.
If more than one value is included, the results will return all items that match any of the values.
896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 896 class S3ItemFilter < Struct.new( :object_keys, :sizes, :creation_times, :version_ids, :etags) SENSITIVE = [] include Aws::Structure end |
#object_keys ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
If one value is included, the results will return only items that match the value.
If more than one value is included, the results will return all items that match any of the values.
896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 896 class S3ItemFilter < Struct.new( :object_keys, :sizes, :creation_times, :version_ids, :etags) SENSITIVE = [] include Aws::Structure end |
#sizes ⇒ Array<Types::LongCondition>
You can include 1 to 10 values.
If one value is included, the results will return only items that match the value.
If more than one value is included, the results will return all items that match any of the values.
896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 896 class S3ItemFilter < Struct.new( :object_keys, :sizes, :creation_times, :version_ids, :etags) SENSITIVE = [] include Aws::Structure end |
#version_ids ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
If one value is included, the results will return only items that match the value.
If more than one value is included, the results will return all items that match any of the values.
896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 896 class S3ItemFilter < Struct.new( :object_keys, :sizes, :creation_times, :version_ids, :etags) SENSITIVE = [] include Aws::Structure end |