PutRecordOutput
public struct PutRecordOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether server-side encryption (SSE) was enabled during this operation.
Declaration
Swift
public let encrypted: Bool?
-
The ID of the record.
Declaration
Swift
public let recordId: String
-
Undocumented
Declaration
Swift
public init(encrypted: Bool? = nil, recordId: String)