Learn R Programming

paws.networking (version 0.1.9)

servicediscovery_get_namespace: Gets information about a namespace

Description

Gets information about a namespace.

Usage

servicediscovery_get_namespace(Id)

Arguments

Id

[required] The ID of the namespace that you want to get information about.

Request syntax

svc$get_namespace(
  Id = "string"
)

Examples

Run this code
# NOT RUN {
# This example gets information about a specified namespace.
svc$get_namespace(
  Id = "ns-e4anhexample0004"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab