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

Class: Aws::CloudDirectory::Types::CreateDirectoryRequest

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

Overview

Note:

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

{
  name: "DirectoryName", # required
  schema_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Directory. Should be unique per account, per region.

Returns:

#schema_arnString

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory.