GetInsightsResponse
public struct GetInsightsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The insights returned by the operation.
Declaration
Swift
public let insights: [Insight]
-
The pagination token to use to request the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(insights: [Insight], nextToken: String? = nil)