Identity
public struct Identity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the entity that made the call. For Time To Live, the principalId is “dynamodb.amazonaws.com”.
Declaration
Swift
public let principalId: String?
-
The type of the identity. For Time To Live, the type is “Service”.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(principalId: String? = nil, type: String? = nil)