CreateCommentResponse
public struct CreateCommentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The comment that has been created.
Declaration
Swift
public let comment: Comment?
-
Undocumented
Declaration
Swift
public init(comment: Comment? = nil)