You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::DeleteAccountAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteAccountAliasRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  account_alias: "accountAliasType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_aliasString

The name of the account alias to delete.

This parameter allows (through 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.

Returns:

  • (String)

    The name of the account alias to delete.