DescribeContributorInsightsInput
public struct DescribeContributorInsightsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the global secondary index to describe, if applicable.
Declaration
Swift
public let indexName: String?
-
The name of the table to describe.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(indexName: String? = nil, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws