DeleteTypeRequest
public struct DeleteTypeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The API ID.
Declaration
Swift
public let apiId: String -
The type name.
Declaration
Swift
public let typeName: String -
Undocumented
Declaration
Swift
public init(apiId: String, typeName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteTypeRequest Structure Reference