PutSchemaFromJsonRequest
public struct PutSchemaFromJsonRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The replacement JSON schema.
Declaration
Swift
public let document: String
-
The ARN of the schema to update.
Declaration
Swift
public let schemaArn: String
-
Undocumented
Declaration
Swift
public init(document: String, schemaArn: String)