GetSpotFleetPlainArgs

data class GetSpotFleetPlainArgs(val id: String) : ConvertibleToJava<GetSpotFleetPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID of the Spot Fleet.

Functions

Link copied to clipboard
open override fun toJava(): GetSpotFleetPlainArgs