Class: Aws::S3::Types::MetricsAndOperator

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The access point ARN used when evaluating an AND predicate.

Returns:

  • (String)


11003
11004
11005
11006
11007
11008
11009
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11003

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

#prefixString

The prefix used when evaluating an AND predicate.

Returns:

  • (String)


11003
11004
11005
11006
11007
11008
11009
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11003

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

#tagsArray<Types::Tag>

The list of tags used when evaluating an AND predicate.

Returns:



11003
11004
11005
11006
11007
11008
11009
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11003

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