GetDedicatedHostsHostInstance

data class GetDedicatedHostsHostInstance(val instanceId: String, val instanceOwnerId: Int, val instanceType: String, val socketId: String)

Constructors

Link copied to clipboard
constructor(instanceId: String, instanceOwnerId: Int, instanceType: String, socketId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the ECS instance.

Link copied to clipboard

The ID of the ECS instance owner.

Link copied to clipboard

The instance type of the ECS instance that was created on the dedicated host.

Link copied to clipboard

The ID of the socket to which the ECS instance belongs.