ListContributorInsightsOutput
public struct ListContributorInsightsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ContributorInsightsSummary.
Declaration
Swift
public let contributorInsightsSummaries: [ContributorInsightsSummary]? -
A token to go to the next page if there is one.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(contributorInsightsSummaries: [ContributorInsightsSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListContributorInsightsOutput Structure Reference