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

Class: Aws::S3::Types::IntelligentTieringAndOperator

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

Overview

Note:

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

{
  prefix: "Prefix",
  tags: [
    {
      key: "ObjectKey", # required
      value: "Value", # required
    },
  ],
}

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#prefixString

An object key name prefix that identifies the subset of objects to which the configuration applies.

Returns:

  • (String)

    An object key name prefix that identifies the subset of objects to which the configuration applies.

#tagsArray<Types::Tag>

All of these tags must exist in the object\'s tag set in order for the configuration to apply.

Returns:

  • (Array<Types::Tag>)

    All of these tags must exist in the object\'s tag set in order for the configuration to apply.