NotStatement
public class NotStatement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The statement to negate. You can use any statement that can be nested.
Declaration
Swift
public let statement: Statement
-
Undocumented
Declaration
Swift
public init(statement: Statement)
-
Declaration
Swift
public func validate(name: String) throws