C# Class 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.
Inheritance: AmazonIdentityManagementServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetAccountAlias ( ) : bool

Method Details

DeleteAccountAliasRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteAccountAliasRequest ( ) : System
Résultat System

DeleteAccountAliasRequest() public méthode

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.
Résultat System