GetSessionTokenResponse class

Contains the response to a successful GetSessionToken request, including temporary AWS credentials that can be used to make AWS requests.

Constructors

GetSessionTokenResponse({Credentials? credentials})
GetSessionTokenResponse.fromXml(XmlElement elem)
factory

Properties

credentials Credentials?
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited