GetSchemaAsJsonResponse

public struct GetSchemaAsJsonResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON representation of the schema document.

    Declaration

    Swift

    public let document: String?
  • The name of the retrieved schema.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(document: String? = nil, name: String? = nil)