ReplicationRuleAndOperator

public struct ReplicationRuleAndOperator : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object key name prefix that identifies the subset of objects to which the rule applies.

    Declaration

    Swift

    public let prefix: String?
  • An array of tags containing key and value pairs.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(prefix: String? = nil, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws