OrStatement
public struct OrStatement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The statements to combine with OR logic. You can use any statements that can be nested.
Declaration
Swift
public let statements: [Statement]
-
Undocumented
Declaration
Swift
public init(statements: [Statement])
-
Declaration
Swift
public func validate(name: String) throws