Record

public struct Record : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.

    Declaration

    Swift

    public let data: Data
  • Undocumented

    Declaration

    Swift

    public init(data: Data)
  • Declaration

    Swift

    public func validate(name: String) throws