AWSSTSGetSessionTokenResponse

Objective-C

@interface AWSSTSGetSessionTokenResponse : AWSModel

Swift

class AWSSTSGetSessionTokenResponse : AWSModel

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

  • The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.

    The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSSTSCredentials *_Nullable credentials;

    Swift

    var credentials: AWSSTSCredentials? { get set }