Describe Schema
personalize_describe_schema | R Documentation |
Describes a schema¶
Description¶
Describes a schema. For more information on schemas, see
create_schema
.
Usage¶
Arguments¶
schemaArn
[required] The Amazon Resource Name (ARN) of the schema to retrieve.
Value¶
A list with the following syntax:
list(
schema = list(
name = "string",
schemaArn = "string",
schema = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
domain = "ECOMMERCE"|"VIDEO_ON_DEMAND"
)
)