Session¶
Structure Class¶
Session
dataclass
¶
Contains information about the authenticated session.
Attributes¶
created_time
class-attribute
instance-attribute
¶
created_time: datetime | None = None
The timestamp for when the session was created.
In Amazon Web Services CloudTrail, you can find this value as
userIdentity.sessionContext.attributes.creationDate.
issuer
class-attribute
instance-attribute
¶
issuer: str | None = None
Identifier of the session issuer.
In Amazon Web Services CloudTrail, you can find this value as
userIdentity.sessionContext.sessionIssuer.arn.