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

Container for the parameters to the DeleteAccountAlias operation. Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide.
Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeleteAccountAliasRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteAccountAliasRequest ( string accountAlias ) : System

Instantiates DeleteAccountAliasRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteAccountAliasRequest with the parameterized properties
public DeleteAccountAliasRequest ( string accountAlias ) : System
accountAlias string The name of the account alias to delete. This parameter allows (per its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
Результат System