UpdateModelResponse
public struct UpdateModelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let contentType: String? -
Undocumented
Declaration
Swift
public let description: String? -
Undocumented
Declaration
Swift
public let modelId: String? -
Undocumented
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public let schema: String? -
Undocumented
Declaration
Swift
public init(contentType: String? = nil, description: String? = nil, modelId: String? = nil, name: String? = nil, schema: String? = nil)
View on GitHub
UpdateModelResponse Structure Reference