Enumeration Caseswift-cloud 0.24.0CloudCore
prefix(_:)
The prefix used when evaluating a metrics filter.
case prefix(String)
The prefix used when evaluating a metrics filter.
case prefix(String)
import CloudCore
enum MetricsFilter
struct S3
Service object for interacting with AWS S3 service.
@frozen struct String
A Unicode string value that is a collection of characters.
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.