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 Using AWS Identity
            and Access Management.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteAccountAliasRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteAccountAliasRequest()()()() | Initializes a new instance of the DeleteAccountAliasRequest class | 
|  | AccountAlias | 
            Gets and sets the property AccountAlias. 
             Name of the account alias to delete. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAccountAlias(String) | Obsolete. 
            Sets the AccountAlias property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteAccountAliasRequest | |