GetModelTemplateRequest

public struct GetModelTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The name of the model for which to generate a template.

    Declaration

    Swift

    public let modelName: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • Undocumented

    Declaration

    Swift

    public init(modelName: String, restApiId: String)