GetFleetResult

data class GetFleetResult(val arn: String? = null, val tags: FleetTags? = null)

Constructors

Link copied to clipboard
fun GetFleetResult(arn: String? = null, tags: FleetTags? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val tags: FleetTags? = null