CommentMetadata
public struct CommentMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the comment.
Declaration
Swift
public let commentId: String? -
The status of the comment.
Declaration
Swift
public let commentStatus: CommentStatusType? -
The user who made the comment.
Declaration
Swift
public let contributor: User? -
The timestamp that the comment was created.
Declaration
Swift
public let createdTimestamp: TimeStamp? -
The ID of the user being replied to.
Declaration
Swift
public let recipientId: String? -
Undocumented
Declaration
Swift
public init(commentId: String? = nil, commentStatus: CommentStatusType? = nil, contributor: User? = nil, createdTimestamp: TimeStamp? = nil, recipientId: String? = nil)
View on GitHub
CommentMetadata Structure Reference