Describes a schema
Describes a schema. For more information on schemas, see
create_schema.
personalize_describe_schema(schemaArn)
schemaArn |
[required] The Amazon Resource Name (ARN) of the schema to retrieve. |
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"
)
)
)svc$describe_schema( schemaArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.