- Navigation Guide
@aws-sdk/client-keyspaces
CreateTypeCommandOutput Interface
The output of CreateTypeCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
keyspaceArn Required | string | undefined | The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN). |
typeName Required | string | undefined | The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for example |
Full Signature
export interface CreateTypeCommandOutput extends CreateTypeResponse, MetadataBearer