FleetFleetInstanceSet

data class FleetFleetInstanceSet(val instanceIds: List<String>? = null, val instanceType: String? = null, val lifecycle: String? = null, val platform: String? = null)

Constructors

Link copied to clipboard
constructor(instanceIds: List<String>? = null, instanceType: String? = null, lifecycle: String? = null, platform: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceIds: List<String>? = null

The IDs of the instances.

Link copied to clipboard
val instanceType: String? = null

Instance type.

Link copied to clipboard
val lifecycle: String? = null

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

Link copied to clipboard
val platform: String? = null

The value is Windows for Windows instances. Otherwise, the value is blank.