You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::LifecycleRuleFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LifecycleRuleFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  prefix: "Prefix",
  tag: {
    key: "TagKeyString", # required
    value: "TagValueString", # required
  },
  and: {
    prefix: "Prefix",
    tags: [
      {
        key: "TagKeyString", # required
        value: "TagValueString", # required
      },
    ],
  },
}

The container for the filter of the lifecycle rule.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#andTypes::LifecycleRuleAndOperator

The container for the AND condition for the lifecycle rule.

Returns:

#prefixString

Prefix identifying one or more objects to which the rule applies.

Returns:

  • (String)

    Prefix identifying one or more objects to which the rule applies.

#tagTypes::S3Tag

Returns: