DeleteExpressionRequest
public struct DeleteExpressionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let domainName: String
-
The name of the Expression to delete.
Declaration
Swift
public let expressionName: String
-
Undocumented
Declaration
Swift
public init(domainName: String, expressionName: String)
-
Declaration
Swift
public func validate(name: String) throws