Learn R Programming

paws.database (version 0.9.0)

keyspaces_get_type: The GetType operation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables

Description

The get_type operation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables.

See https://www.paws-r-sdk.com/docs/keyspaces_get_type/ for full documentation.

Usage

keyspaces_get_type(keyspaceName, typeName)

Arguments

keyspaceName

[required] The name of the keyspace that contains this type.

typeName

[required] 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.