Learn R Programming

paws.networking (version 0.1.9)

servicediscovery_get_instance: Gets information about a specified instance

Description

Gets information about a specified instance.

Usage

servicediscovery_get_instance(ServiceId, InstanceId)

Arguments

ServiceId

[required] The ID of the service that the instance is associated with.

InstanceId

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

Request syntax

svc$get_instance(
  ServiceId = "string",
  InstanceId = "string"
)

Examples

Run this code
# NOT RUN {
# This example gets information about a specified instance.
svc$get_instance(
  InstanceId = "i-abcd1234",
  ServiceId = "srv-e4anhexample0004"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab