GetCommentReactionsOutput
public struct GetCommentReactionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An enumeration token that can be used in a request to return the next batch of the results.
Declaration
Swift
public let nextToken: String?
-
An array of reactions to the specified comment.
Declaration
Swift
public let reactionsForComment: [ReactionForComment]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, reactionsForComment: [ReactionForComment])