Skip to content

Describe Registry

schemas_describe_registry R Documentation

Describes the registry

Description

Describes the registry.

Usage

schemas_describe_registry(RegistryName)

Arguments

RegistryName

[required] The name of the registry.

Value

A list with the following syntax:

list(
  Description = "string",
  RegistryArn = "string",
  RegistryName = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$describe_registry(
  RegistryName = "string"
)