GetModelRequest
public struct GetModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.
Declaration
Swift
public let flatten: Bool? -
[Required] The name of the model as an identifier.
Declaration
Swift
public let modelName: String -
[Required] The RestApi identifier under which the Model exists.
Declaration
Swift
public let restApiId: String -
Undocumented
Declaration
Swift
public init(flatten: Bool? = nil, modelName: String, restApiId: String)
View on GitHub
GetModelRequest Structure Reference