C# Класс Amazon.IdentityManagement.Model.DeleteAccessKeyRequest

Container for the parameters to the DeleteAccessKey operation.

Deletes the access key associated with the specified User.

If you do not specify a User name, IAM determines the User name implicitly based on the AWS Access Key ID signing the request. Because this action works for access keys under the AWS Account, you can use this API to manage root credentials even if the AWS Account has no associated Users.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetAccessKeyId ( ) : bool
IsSetUserName ( ) : bool

Описание методов

DeleteAccessKeyRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteAccessKeyRequest ( ) : System
Результат System

DeleteAccessKeyRequest() публичный Метод

Instantiates DeleteAccessKeyRequest with the parameterized properties
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.
Результат System