AndStatement
public struct AndStatement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The statements to combine with AND 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