Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetFleetResult(val arn: String? = null, val baseCapacity: Int? = null, val computeType: FleetComputeType? = null, val environmentType: FleetEnvironmentType? = null, val fleetServiceRole: String? = null, val fleetVpcConfig: FleetVpcConfig? = null, val imageId: String? = null, val name: String? = null, val overflowBehavior: FleetOverflowBehavior? = null, val tags: List<Tag>? = null)