GetCommentReactionsInput

public struct GetCommentReactionsInput : AWSShape
extension CodeCommit.GetCommentReactionsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the comment for which you want to get reactions information.

    Declaration

    Swift

    public let commentId: String
  • A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

    Declaration

    Swift

    public let maxResults: Int?
  • An enumeration token that, when provided in a request, returns the next batch of the results.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

    Declaration

    Swift

    public let reactionUserArn: String?
  • Undocumented

    Declaration

    Swift

    public init(commentId: String, maxResults: Int? = nil, nextToken: String? = nil, reactionUserArn: String? = nil)