SessionSummary
Contains summary information about a session in a memory store.
Contents
- actorId
-
The identifier of the actor associated with the session.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-_/]*
Required: Yes
- createdAt
-
The timestamp when the session was created.
Type: Timestamp
Required: Yes
- sessionId
-
The unique identifier of the session.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-_]*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: