GetGatewayResult

data class GetGatewayResult(val gatewayArn: String? = null, val gatewayState: GatewayState? = null)

Constructors

Link copied to clipboard
constructor(gatewayArn: String? = null, gatewayState: GatewayState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gatewayArn: String? = null

The Amazon Resource Name (ARN) of the gateway.

Link copied to clipboard

The current status of the gateway.