AWSSTSGetAccessKeyInfoRequest

Objective-C

@interface AWSSTSGetAccessKeyInfoRequest : AWSRequest

Swift

class AWSSTSGetAccessKeyInfoRequest : AWSRequest
  • The identifier of an access key.

    This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.

    Declaration

    Objective-C

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

    Swift

    var accessKeyId: String? { get set }