Get Applied Schema Version
clouddirectory_get_applied_schema_version | R Documentation |
Returns current applied schema version ARN, including the minor version in use¶
Description¶
Returns current applied schema version ARN, including the minor version in use.
Usage¶
clouddirectory_get_applied_schema_version(SchemaArn)
Arguments¶
SchemaArn |
[required] The ARN of the applied schema. |
Value¶
A list with the following syntax:
list(
AppliedSchemaArn = "string"
)
Request syntax¶
svc$get_applied_schema_version(
SchemaArn = "string"
)