Learn R Programming

paws.networking (version 0.1.9)

servicediscovery_get_operation: Gets information about any operation that returns an operation ID in the response, such as a CreateService request

Description

Gets information about any operation that returns an operation ID in the response, such as a CreateService request.

Usage

servicediscovery_get_operation(OperationId)

Arguments

OperationId

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

Request syntax

svc$get_operation(
  OperationId = "string"
)

Details

To get a list of operations that match specified criteria, see ListOperations.

Examples

Run this code
# NOT RUN {
# Example: Get operation result
svc$get_operation(
  OperationId = "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab