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

Class: Aws::DirectoryService::Types::CreateAliasRequest

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

Overview

Note:

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

{
  directory_id: "DirectoryId", # required
  alias: "AliasName", # required
}

Contains the inputs for the CreateAlias operation.

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

Returns:

  • (String)

    The requested alias.

#directory_idString

The identifier of the directory for which to create the alias.

Returns:

  • (String)

    The identifier of the directory for which to create the alias.