Class: Aws::BackupSearch::Types::EBSItemFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::EBSItemFilter
- Defined in:
- gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb
Overview
This contains arrays of objects, which may include CreationTimes time condition objects, FilePaths string objects, LastModificationTimes time condition objects,
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
-
#file_paths ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
-
#last_modification_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
-
#sizes ⇒ Array<Types::LongCondition>
You can include 1 to 10 values.
Instance Attribute Details
#creation_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
If one is included, the results will return only items that match.
If more than one is included, the results will return all items that match any of the included values.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 150 class EBSItemFilter < Struct.new( :file_paths, :sizes, :creation_times, :last_modification_times) SENSITIVE = [] include Aws::Structure end |
#file_paths ⇒ Array<Types::StringCondition>
You can include 1 to 10 values.
If one file path is included, the results will return only items that match the file path.
If more than one file path is included, the results will return all items that match any of the file paths.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 150 class EBSItemFilter < Struct.new( :file_paths, :sizes, :creation_times, :last_modification_times) SENSITIVE = [] include Aws::Structure end |
#last_modification_times ⇒ Array<Types::TimeCondition>
You can include 1 to 10 values.
If one is included, the results will return only items that match.
If more than one is included, the results will return all items that match any of the included values.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 150 class EBSItemFilter < Struct.new( :file_paths, :sizes, :creation_times, :last_modification_times) SENSITIVE = [] include Aws::Structure end |
#sizes ⇒ Array<Types::LongCondition>
You can include 1 to 10 values.
If one is included, the results will return only items that match.
If more than one is included, the results will return all items that match any of the included values.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 150 class EBSItemFilter < Struct.new( :file_paths, :sizes, :creation_times, :last_modification_times) SENSITIVE = [] include Aws::Structure end |