AWSSTSDecodeAuthorizationMessageRequest

Objective-C

@interface AWSSTSDecodeAuthorizationMessageRequest : AWSRequest

Swift

class AWSSTSDecodeAuthorizationMessageRequest : AWSRequest
  • The encoded message that was returned with the response.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable encodedMessage;

    Swift

    var encodedMessage: String? { get set }