GetFleetPlainArgs

data class GetFleetPlainArgs(val arn: String) : ConvertibleToJava<GetFleetPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) assigned to the fleet.

Functions

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