GetModelsResult

public struct GetModelsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The array of models.

    Declaration

    Swift

    public let models: [Model]?
  • The next page token to be used in subsequent requests.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(models: [Model]? = nil, nextToken: String? = nil)