Method | Description | |
---|---|---|
DeleteAccessKeyRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteAccessKeyRequest ( string accessKeyId ) : System |
Instantiates DeleteAccessKeyRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAccessKeyId ( ) : bool | ||
IsSetUserName ( ) : bool |
public DeleteAccessKeyRequest ( string accessKeyId ) : System | ||
accessKeyId | string | The access key ID for the access key ID and secret access key you want to delete. This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit. |
return | System |