UpdateContributorInsightsOutput
public struct UpdateContributorInsightsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of contributor insights
Declaration
Swift
public let contributorInsightsStatus: ContributorInsightsStatus?
-
The name of the global secondary index, if applicable.
Declaration
Swift
public let indexName: String?
-
The name of the table.
Declaration
Swift
public let tableName: String?
-
Undocumented
Declaration
Swift
public init(contributorInsightsStatus: ContributorInsightsStatus? = nil, indexName: String? = nil, tableName: String? = nil)