ContributorInsightsSummary
public struct ContributorInsightsSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the current status for contributor insights for the given table and index, if applicable.
Declaration
Swift
public let contributorInsightsStatus: ContributorInsightsStatus?
-
Name of the index associated with the summary, if any.
Declaration
Swift
public let indexName: String?
-
Name of the table associated with the summary.
Declaration
Swift
public let tableName: String?
-
Undocumented
Declaration
Swift
public init(contributorInsightsStatus: ContributorInsightsStatus? = nil, indexName: String? = nil, tableName: String? = nil)