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

Class: Aws::CloudDirectory::Types::CreateSchemaRequest

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

Overview

Note:

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

{
  name: "SchemaName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name that is associated with the schema. This is unique to each account and in each region.

Returns:

  • (String)

    The name that is associated with the schema.