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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


8660
8661
8662
8663
8664
8665
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8660

class IntelligentTieringAndOperator < Struct.new(
  :prefix,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



8660
8661
8662
8663
8664
8665
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8660

class IntelligentTieringAndOperator < Struct.new(
  :prefix,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end