Learn R Programming

paws.networking (version 0.1.11)

apigatewaymanagementapi_get_connection: Get information about the connection with the provided id

Description

Get information about the connection with the provided id.

Usage

apigatewaymanagementapi_get_connection(ConnectionId)

Arguments

ConnectionId

[required]

Value

A list with the following syntax:

list(
  ConnectedAt = as.POSIXct(
    "2015-01-01"
  ),
  Identity = list(
    SourceIp = "string",
    UserAgent = "string"
  ),
  LastActiveAt = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_connection(
  ConnectionId = "string"
)