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
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetAccountAlias ( ) : bool

Method Details

DeleteAccountAliasRequest() public method

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

DeleteAccountAliasRequest() public method

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.
return System