GetCommentsForComparedCommitOutput
public struct GetCommentsForComparedCommitOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of comment objects on the compared commit.
Declaration
Swift
public let commentsForComparedCommitData: [CommentsForComparedCommit]? -
An enumeration token that can be used in a request to return the next batch of the results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(commentsForComparedCommitData: [CommentsForComparedCommit]? = nil, nextToken: String? = nil)
View on GitHub
GetCommentsForComparedCommitOutput Structure Reference