- Navigation Guide
@aws-sdk/client-keyspaces
GetTypeCommandInput Interface
The input for GetTypeCommand.
Members
Name | Type | Details |
---|---|---|
keyspaceName Required | string | undefined | The name of the keyspace that contains this type. |
typeName Required | string | undefined | The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name. |
Full Signature
export interface GetTypeCommandInput extends GetTypeRequest