DescribeCommentsResponse
public struct DescribeCommentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of comments for the specified document version.
Declaration
Swift
public let comments: [Comment]?
-
The marker for the next set of results. This marker was received from a previous call.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(comments: [Comment]? = nil, marker: String? = nil)