DeleteModelRequest

public struct DeleteModelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The name of the model to delete.

    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)