prefix(_:)

The prefix used when evaluating a metrics filter.

SotoS3Types.swift:664
case prefix(String)

Other cases

  • case accessPointArn(String)

    The access point ARN used when evaluating a metrics filter.

  • case and(MetricsAndOperator)

    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.

  • case tag(Tag)

    The tag used when evaluating a metrics filter.