Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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