ListContributorInsightsInput
public struct ListContributorInsightsInput : AWSShape
extension DynamoDB.ListContributorInsightsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Maximum number of results to return per page.
Declaration
Swift
public let maxResults: Int?
-
A token to for the desired page, if there is one.
Declaration
Swift
public let nextToken: String?
-
The name of the table.
Declaration
Swift
public let tableName: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, tableName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DynamoDB.ListContributorInsightsInput