AwsDynamoDbTableProjection
public struct AwsDynamoDbTableProjection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
Declaration
Swift
public let nonKeyAttributes: [String]?
-
The types of attributes that are projected into the index.
Declaration
Swift
public let projectionType: String?
-
Undocumented
Declaration
Swift
public init(nonKeyAttributes: [String]? = nil, projectionType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws