class Aws::CloudDirectory::Types::CreateDirectoryRequest

@note When making an API call, you may pass CreateDirectoryRequest

data as a hash:

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

@!attribute [rw] name

The name of the Directory. Should be unique per account, per region.
@return [String]

@!attribute [rw] schema_arn

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

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/CreateDirectoryRequest AWS API Documentation

Constants

SENSITIVE