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::S3Control::Types::StorageLensGroupOrOperator

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container element for specifying Or rule conditions. The rule conditions determine the subset of objects to which the Or rule applies. Objects can match any of the listed filter conditions, which are joined by the Or logical operator. Only one of each filter condition is allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_any_prefixArray<String>

Filters objects that match any of the specified prefixes.

Returns:

  • (Array<String>)

8325
8326
8327
8328
8329
8330
8331
8332
8333
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8325

class StorageLensGroupOrOperator < Struct.new(
  :match_any_prefix,
  :match_any_suffix,
  :match_any_tag,
  :match_object_age,
  :match_object_size)
  SENSITIVE = []
  include Aws::Structure
end

#match_any_suffixArray<String>

Filters objects that match any of the specified suffixes.

Returns:

  • (Array<String>)

8325
8326
8327
8328
8329
8330
8331
8332
8333
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8325

class StorageLensGroupOrOperator < Struct.new(
  :match_any_prefix,
  :match_any_suffix,
  :match_any_tag,
  :match_object_age,
  :match_object_size)
  SENSITIVE = []
  include Aws::Structure
end

#match_any_tagArray<Types::S3Tag>

Filters objects that match any of the specified S3 object tags.

Returns:


8325
8326
8327
8328
8329
8330
8331
8332
8333
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8325

class StorageLensGroupOrOperator < Struct.new(
  :match_any_prefix,
  :match_any_suffix,
  :match_any_tag,
  :match_object_age,
  :match_object_size)
  SENSITIVE = []
  include Aws::Structure
end

#match_object_ageTypes::MatchObjectAge

Filters objects that match the specified object age range.


8325
8326
8327
8328
8329
8330
8331
8332
8333
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8325

class StorageLensGroupOrOperator < Struct.new(
  :match_any_prefix,
  :match_any_suffix,
  :match_any_tag,
  :match_object_age,
  :match_object_size)
  SENSITIVE = []
  include Aws::Structure
end

#match_object_sizeTypes::MatchObjectSize

Filters objects that match the specified object size range.


8325
8326
8327
8328
8329
8330
8331
8332
8333
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8325

class StorageLensGroupOrOperator < Struct.new(
  :match_any_prefix,
  :match_any_suffix,
  :match_any_tag,
  :match_object_age,
  :match_object_size)
  SENSITIVE = []
  include Aws::Structure
end