Class: Aws::BackupSearch::Types::S3ItemFilter

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 ObjectKeys, Sizes, CreationTimes, VersionIds, and/or Etags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:



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

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

Returns:



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

Returns:



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

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

Returns:



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

Returns:



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