Class: Aws::S3::Types::IntelligentTieringFilter

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

Overview

The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#andTypes::IntelligentTieringAndOperator

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.



9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9068

class IntelligentTieringFilter < Struct.new(
  :prefix,
  :tag,
  :and)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

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

Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

Returns:

  • (String)


9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9068

class IntelligentTieringFilter < Struct.new(
  :prefix,
  :tag,
  :and)
  SENSITIVE = []
  include Aws::Structure
end

#tagTypes::Tag

A container of a key value name pair.

Returns:



9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9068

class IntelligentTieringFilter < Struct.new(
  :prefix,
  :tag,
  :and)
  SENSITIVE = []
  include Aws::Structure
end