AWSS3AnalyticsAndOperator

Objective-C

@interface AWSS3AnalyticsAndOperator

Swift

class AWSS3AnalyticsAndOperator

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

  • The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable prefix;

    Swift

    var prefix: String? { get set }
  • The list of tags to use when evaluating an AND predicate.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSS3Tag *> *_Nullable tags;

    Swift

    var tags: [AWSS3Tag]? { get set }