ReactionForComment
public struct ReactionForComment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The reaction for a specified comment.
Declaration
Swift
public let reaction: ReactionValueFormats?
-
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
Declaration
Swift
public let reactionsFromDeletedUsersCount: Int?
-
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
Declaration
Swift
public let reactionUsers: [String]?
-
Undocumented
Declaration
Swift
public init(reaction: ReactionValueFormats? = nil, reactionsFromDeletedUsersCount: Int? = nil, reactionUsers: [String]? = nil)