UpdateContributorInsightsInput
public struct UpdateContributorInsightsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the contributor insights action.
Declaration
Swift
public let contributorInsightsAction: ContributorInsightsAction
-
The global secondary index name, if applicable.
Declaration
Swift
public let indexName: String?
-
The name of the table.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(contributorInsightsAction: ContributorInsightsAction, indexName: String? = nil, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws