GatewayInfo

Describes a gateway object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date after which this gateway will not receive software updates for new features and bug fixes.

Link copied to clipboard

The ID of the Amazon EC2 instance that was used to launch the gateway.

Link copied to clipboard

The Amazon Web Services Region where the Amazon EC2 instance is located.

Link copied to clipboard

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Link copied to clipboard

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Link copied to clipboard

The name of the gateway.

Link copied to clipboard

The state of the gateway.

Link copied to clipboard

The type of the gateway.

Link copied to clipboard

The type of hardware or software platform on which the gateway is running.

Link copied to clipboard

A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.

Link copied to clipboard

The version number of the software running on the gateway appliance.

Functions

Link copied to clipboard
inline fun copy(block: GatewayInfo.Builder.() -> Unit = {}): GatewayInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String