Class: Aws::BackupSearch::Types::EBSItemFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timesArray<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.

Returns:



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_pathsArray<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.

Returns:



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_timesArray<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.

Returns:



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

#sizesArray<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.

Returns:



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